TaskStatus Enumeration

Defines status values returned for a task.

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Enumeration TaskStatus
'Usage
Dim instance As TaskStatus
public enum TaskStatus

Members

Member name Description
Ready The task is ready to run at its next scheduled time.
Running The task is currently running.
NotScheduled One or more of the properties that are needed to run this task on a schedule are not set.
NeverRun The task has not yet run.
Disabled The task will not run at the scheduled times because it is disabled.
NoMoreRuns No more runs are scheduled for this task.
Terminated The last run of the task was terminated by the user.
NoTriggers Either the task has no triggers or the existing triggers are disabled or not set.
NoTriggerTime Event triggers do not have set run times.

See Also

Reference

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