ECSCCSIntegration.ListAllRunningJobs Method

Returns a TaskList object containing Task objects filtered by the Running 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 Running status.")> _
Public Function ListAllRunningJobs As TaskList
'Usage
Dim instance As ECSCCSIntegration
Dim returnValue As TaskList

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

Return Value

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

Remarks

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

See Also

Reference

ECSCCSIntegration Class

ECSCCSIntegration Members

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