Enum RangeBehaviour
The behaviour of the timer when it contains a range
Namespace: Unity.Scheduler
Syntax
public enum RangeBehaviour
Fields
| Name | Description |
|---|---|
| AutoPause | The timer will automatically pause (i.e. hold) when it reaches the end of the range |
| AutoStop | The timer will automatically stop when it reaches the end of the range |
| Loop | The timer will loop to the beginning of the range |