Enum TimerType
Type of a timer
Syntaxpublic enum TimerType
Namespace: OptimaJet.Workflow.Core.Model
Assembly: OptimaJet.Workflow.Core.dll
Fields
| Name | Description |
|---|---|
| Interval | Timer time is set by interval in milliseconds |
| Time | Timer time is set to specific time of today or tomorrow |
| Date | Timer time is set to specific date at 00:00:00 |
| DateAndTime | Timer time is set to specific date and time |
| Expression | Timer time is set to custom timer value |