Enum ExecutionType
- Namespace
- OverKizApi.Enums
- Assembly
- OverKizApi.dll
Indicates how an execution was triggered.
public enum ExecutionType
Fields
Delayed = 1Execution was scheduled for a specific future time.
Immediate = 0Execution was triggered immediately (no delay).
Sunrise = 2Execution was triggered at sunrise.
Sunset = 3Execution was triggered at sunset.
Unknown = 4Execution type could not be determined.