SPJobHistory.Status property
Status of the job history entry.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Status As SPRunningJobStatus
Get
'Usage
Dim instance As SPJobHistory
Dim value As SPRunningJobStatus
value = instance.Status
public SPRunningJobStatus Status { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPRunningJobStatus
A SPRunningJobStatus object with job history entry status data.