SPSolution.JobStatus Property
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.