OnIdleTrigger Members

Include Protected Members
Include Inherited Members

Represents the trigger that fires when the system is idle for a period of time. The length of period is set by the IdleWaitMinutes property.

The OnIdleTrigger type exposes the following members.

Constructors

  Name Description
Public method OnIdleTrigger Initializes a new instance of the OnIdleTrigger class.

Top

Properties

  Name Description
Public property BeginDate Gets or sets the beginning year, month, and day for the trigger. (Inherited from Trigger.)
Public property Disabled Gets or sets whether a trigger is disabled. (Inherited from Trigger.)
Public property DurationMinutes Gets or sets the number of minutes that the trigger remains active after the trigger fires. (Inherited from Trigger.)
Public property EndDate Gets or sets the ending year, month, and day for the trigger. (Inherited from Trigger.)
Public property HasEndDate Gets or sets whether a task uses an EndDate property value. (Inherited from Trigger.)
Public property IntervalMinutes Gets or sets the number of minutes between executions for a task that is to run repeatedly. (Inherited from Trigger.)
Public property KillAtDurationEnd Gets or sets whether a task terminates when the DurationMinutes value expires. (Inherited from Trigger.)

Top

Methods

  Name Description
Public method Clone Returns an unbound copy of the Trigger object. (Inherited from Trigger.)
Public method Equals Determines if two triggers are internally equal. (Inherited from Trigger.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Gets a hash code for the current trigger. (Inherited from Trigger.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method SyncTrigger Synchronizes a trigger. (Inherited from Trigger.)
Public method ToString Gets a string of a bound trigger, supplied by the Task Scheduler service in Windows, (Inherited from Trigger.)

Top

See Also

Reference

OnIdleTrigger Class

Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler Namespace