Click or drag to resize
Infosoft Logo

Trigger Class

Defines data for a trigger for a schedulable job.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.SchedulerTrigger

Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class Trigger

The Trigger type exposes the following members.

Properties
 NameDescription
Public propertyCronExpression Gets or sets the cron expression for this trigger. Only applicable if TriggerType is CronExpression.
Public propertyDescription Gets or sets a description of the trigger.
Public propertyEndTime Gets or sets the optional end time of the trigger.
Public propertyInputParameters Gets or sets the custom input parameters for this job.
Public propertyIntervalInSeconds Gets or sets the schedule interval for this trigger. Only applicable if TriggerType is Interval.
Public propertyJob Gets or sets the job for which the trigger is defined.
Public propertyName Gets or sets the name of the trigger.
Public propertyNextFireTime Gets or sets the next time the trigger is scheduled to fire, or null if it's not expected to fire again.
Public propertyPaused Gets or sets a value indicating whether the trigger is currently paused.
Public propertyPreviousFireTime Gets or sets the previous time the trigger fired, or null if the trigger has never fired.
Public propertyStartTime Gets or sets the start time of the trigger.
Public propertyTriggerType Gets or sets the trigger type.
Top
See Also