SPWebApplication.RunningJobs property
Gets the collection of running jobs for the Web application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property RunningJobs As SPRunningJobCollection
Get
'Usage
Dim instance As SPWebApplication
Dim value As SPRunningJobCollection
value = instance.RunningJobs
public SPRunningJobCollection RunningJobs { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPRunningJobCollection
An SPRunningJobCollectionobject that represents the running jobs.