Trigger Properties |
The Trigger type exposes the following members.
| Name | Description | |||
|---|---|---|---|---|
| Enabled | Gets or sets a Boolean value that indicates whether the trigger is enabled. | |||
| EndBoundary |
Gets or sets the date and time when the trigger is deactivated. The trigger cannot start the task after it is deactivated.
| |||
| ExecutionTimeLimit | Gets or sets the maximum amount of time that the task launched by this trigger is allowed to run. Not available with Task Scheduler 1.0. | |||
| Id | Gets or sets the identifier for the trigger. Cannot set with Task Scheduler 1.0. | |||
| Repetition | Gets a RepetitionPattern instance that indicates how often the task is run and how long the repetition pattern is repeated after the task is started. | |||
| StartBoundary | Gets or sets the date and time when the trigger is activated. | |||
| TriggerType | Gets the type of the trigger. |