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

# started

An event that takes place when a new action event begins.

## Declaration

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

## See Also

### Event types

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