# HapticResult

`import { HapticResult } from "destack:input/binding";`

Haptic playback result.

```ds title="HapticResult"
export enum HapticResult {
    Complete = 1,
    Preempted = 2,
}
```

[language/library/src/input/binding/haptics.ds:14:19](https://github.com/destack-sh/destack/blob/main/language/library/src/input/binding/haptics.ds#L14-L19)

## Variants

### `Complete = 1`

Playback request completed.

### `Preempted = 2`

Playback request was preempted by a newer request.
