Click or drag to resize
Infosoft Logo

TriggerType Enumeration

Defines the different types of triggers that can be scheduled.

Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public enum TriggerType
Members
Member nameValueDescription
UnknownType0 Indicates that the trigger has an unknown type.
CronExpression1 Indicates that the trigger is scheduled with a cron expression.
Interval2 Indicates that the trigger is scheduled with a simple interval.
See Also