Trigger Members

Include Protected Members
Include Inherited Members

Creates a concrete trigger for a specific start condition and then calls the Add(Trigger) method to include the trigger in the trigger list for a task.

The Trigger type exposes the following members.

Properties

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

Top

Methods

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

Top

See Also

Reference

Trigger Class

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