Skip to main content

Enum TimerType

Type of a timer

Syntax
public enum TimerType

Namespace: OptimaJet.Workflow.Core.Model

Assembly: OptimaJet.Workflow.Core.dll

Fields

NameDescription
IntervalTimer time is set by interval in milliseconds
TimeTimer time is set to specific time of today or tomorrow
DateTimer time is set to specific date at 00:00:00
DateAndTimeTimer time is set to specific date and time
ExpressionTimer time is set to custom timer value

Extension Methods