SPWebApplication.RunningJobs Property
Gets the collection of running jobs for the Web application.
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 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.