SPService.RunningJobs Property

Gets a collection of running jobs for this service.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property RunningJobs As SPRunningJobCollection
    Get
'Usage
Dim instance As SPService
Dim value As SPRunningJobCollection

value = instance.RunningJobs
public SPRunningJobCollection RunningJobs { get; }

Property Value

Type: Microsoft.SharePoint.Administration.SPRunningJobCollection
An SPRunningJobCollection object that represents the running jobs.

See Also

Reference

SPService Class

SPService Members

Microsoft.SharePoint.Administration Namespace