Share via


SPRunningJob.Status Property

Gets the status of the running job.

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

Syntax

'Declaration
Public ReadOnly Property Status As SPRunningJobStatus
    Get
'Usage
Dim instance As SPRunningJob
Dim value As SPRunningJobStatus

value = instance.Status
public SPRunningJobStatus Status { get; }

Property Value

Type: Microsoft.SharePoint.Administration.SPRunningJobStatus
A SPRunningJobStatus that represents the current status of the running job.

Remarks

In some instances, jobs that complete successfully are removed from the system instead of having their status updated.

See Also

Reference

SPRunningJob Class

SPRunningJob Members

Microsoft.SharePoint.Administration Namespace

SPRunningJobStatus