<!--
{
  "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

[`NSHapticFeedbackManager.PerformanceTime.default`](/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.

[`NSHapticFeedbackManager.PerformanceTime.now`](/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.

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

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



---

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)