ECSCCSIntegration.ListAllReadyJobs Method

Returns a TaskList object containing Task objects filtered by the Ready status.

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

Syntax

'Declaration
<WebMethodAttribute(Description := "Returns a TaskList object containing Task objects filtered by Ready status.")> _
Public Function ListAllReadyJobs As TaskList
'Usage
Dim instance As ECSCCSIntegration
Dim returnValue As TaskList

returnValue = instance.ListAllReadyJobs()
[WebMethodAttribute(Description = "Returns a TaskList object containing Task objects filtered by Ready status.")]
public TaskList ListAllReadyJobs()

Return Value

Type: Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler.TaskList
A filtered task list, filtered by Ready status.

Remarks

For more information about the Ready status, see the TaskStatus enumeration.

See Also

Reference

ECSCCSIntegration Class

ECSCCSIntegration Members

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