![]() | |
Trigger Class |
The Trigger type exposes the following members.
Name | Description | |
---|---|---|
![]() | CronExpression | Gets or sets the cron expression for this trigger. Only applicable if TriggerType is CronExpression. |
![]() | Description | Gets or sets a description of the trigger. |
![]() | EndTime | Gets or sets the optional end time of the trigger. |
![]() | InputParameters | Gets or sets the custom input parameters for this job. |
![]() | IntervalInSeconds | Gets or sets the schedule interval for this trigger. Only applicable if TriggerType is Interval. |
![]() | Job | Gets or sets the job for which the trigger is defined. |
![]() | Name | Gets or sets the name of the trigger. |
![]() | NextFireTime | Gets or sets the next time the trigger is scheduled to fire, or null if it's not expected to fire again. |
![]() | Paused | Gets or sets a value indicating whether the trigger is currently paused. |
![]() | PreviousFireTime | Gets or sets the previous time the trigger fired, or null if the trigger has never fired. |
![]() | StartTime | Gets or sets the start time of the trigger. |
![]() | TriggerType | Gets or sets the trigger type. |