TaskList Members

Include Protected Members
Include Inherited Members

Presents the Scheduled Tasks folder as a task collection. Deprecated. Provided for compatibility with the previous version of the library.

The TaskList type exposes the following members.

Properties

  Name Description
Public property Count Gets the count of scheduled tasks.
Public property Item Retrieves a task given the task name.
Public property ScheduledTasks Gets or sets the Scheduled Tasks folder supporting the task list.
Public property TaskStatusFilter Gets or sets whether the tasks are filtered according to whether they are currently executing.

Top

Methods

  Name Description
Public method Delete Deletes a given task.
Public method Dispose Disposes of a TaskList object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns a TaskList enumerator.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method NewTask Creates a task on the system using the name provided.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

TaskList Class

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