Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the job status that is associated with the language-neutral solution.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property JobStatus As SPRunningJobStatus
Get
'Usage
Dim instance As SPSolution
Dim value As SPRunningJobStatus
value = instance.JobStatus
public SPRunningJobStatus JobStatus { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPRunningJobStatus
An object of type SPRunningJobStatus that specifies the status of the associated job.
Remarks
The property returns the status of a timer job for the language-neutral solution.