Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Enum TimerType

OptimaJet.Workflow.Core.Model.TimerType

Type of a timer

public enum TimerType

Fields

Interval = 0 #
Timer time is set by interval in milliseconds
Time = 1 #
Timer time is set to specific time of today or tomorrow
Date = 2 #
Timer time is set to specific date at 00:00:00
DateAndTime = 3 #
Timer time is set to specific date and time
Expression = 4 #
Timer time is set to custom timer value