Enum TimerState
The current state of the timer
Namespace: Unity.Scheduler
Syntax
public enum TimerState
Fields
| Name | Description |
|---|---|
| Paused | The timer is active and not advancing |
| Playing | The timer is active and advancing |
| Stopped | The timer is inactive and not advancing |