|
TriggerType Enumeration |
Defines the different types of triggers that can be scheduled.
Namespace: Infosoft.Common.Contracts.DataContracts.SchedulerAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
Members Member name | Value | Description |
---|
UnknownType | 0 |
Indicates that the trigger has an unknown type.
|
CronExpression | 1 |
Indicates that the trigger is scheduled with a cron expression.
|
Interval | 2 |
Indicates that the trigger is scheduled with a simple interval.
|
See Also