---
title: skipped
framework: realitykit
role: symbol
role_heading: Type Property
path: realitykit/actioneventtype/skipped
---

# skipped

An event that takes place when the system misses an action event’s time interval.

## Declaration

```swift
static var skipped: ActionEventType { get }
```

## Discussion

Discussion RealityKit generates a skip event under the following conditions: The current time is greater than or equal to the event’s ending time. The previous frame’s time is less than the event’s starting time.

## See Also

### Event types

- [started](realitykit/actioneventtype/started.md)
- [ended](realitykit/actioneventtype/ended.md)
- [paused](realitykit/actioneventtype/paused.md)
- [resumed](realitykit/actioneventtype/resumed.md)
- [updated](realitykit/actioneventtype/updated.md)
- [terminated](realitykit/actioneventtype/terminated.md)
