<!--
{
  "availability" : [
    "macOS: 10.11.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSHapticFeedbackManager/PerformanceTime",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSHapticFeedbackPerformanceTime"
  },
  "title" : "NSHapticFeedbackManager.PerformanceTime"
}
-->

# NSHapticFeedbackManager.PerformanceTime

A time at which to provide haptic feedback to the user.

```
enum PerformanceTime
```

## Topics

### Constants

[`NSHapticFeedbackPerformanceTimeDefault`](/documentation/AppKit/NSHapticFeedbackManager/PerformanceTime/default)

Allows the system to choose the most appropriate time for feedback to be provided. Currently, this is the next time the screen is updated.

[`NSHapticFeedbackPerformanceTimeNow`](/documentation/AppKit/NSHapticFeedbackManager/PerformanceTime/now)

Instructs the system to provide immediate haptic feedback to the user, rather than waiting for synchronization to occur with something visual occurring on screen.

[`NSHapticFeedbackPerformanceTimeDrawCompleted`](/documentation/AppKit/NSHapticFeedbackManager/PerformanceTime/drawCompleted)

Instructs the system to provide haptic feedback to the user the next time the screen is updated.

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)