IIdleTrigger interface
Represents a trigger that starts a task when the computer goes into an idle state. For information about idle conditions, see Task Idle Conditions.
Members
The IIdleTrigger interface inherits from ITrigger. IIdleTrigger also has these types of members:
Properties
The IIdleTrigger interface has these properties.
Property | Access type | Description |
---|---|---|
Read/write |
Inherited from the ITrigger interface. Gets or sets a Boolean value that indicates whether the trigger is enabled. | |
Read/write |
Inherited from the ITrigger interface. Gets or sets the date and time when the trigger is deactivated. The trigger cannot start the task after it is deactivated. | |
Read/write |
Inherited from the ITrigger interface. Gets or sets the maximum amount of time in which the task can be started by the trigger. | |
Read/write |
Inherited from the ITrigger interface. Gets or sets the identifier for the trigger. | |
Read/write |
Inherited from the ITrigger interface. Gets or sets a value that indicates how often the task is run and how long the repetition pattern is repeated after the task is started. | |
Read/write |
Inherited from the ITrigger interface. Gets or sets the date and time when the trigger is activated. | |
Read-only |
Inherited from the ITrigger interface. Retrieves the type of the trigger. |
Remarks
An idle trigger will only trigger a task action if the computer goes into an idle state after the start boundary of the trigger.
When creating your own XML for a task, an idle trigger is specified using the IdleTrigger element of the Task Scheduler schema.
If a task is triggered by an idle trigger, then the WaitTimeout property of the IIdleSettings interface is ignored.
If the initial instance of a task with an idle trigger is still running, then the task is only launched once with no repetitions, even if multiple repetition is defined in the Repetition property. This behavior does not occur if the task stops by itself.
Requirements
Minimum supported client |
Windows Vista [desktop apps only] |
---|---|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|
Library |
|
DLL |
|
See also