SPService.RunningJobs property
Gets a collection of running jobs for this service.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.