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.
Returns the status of the timer job for the language pack deployment, if one exists.
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 SPSolutionLanguagePack
Dim value As SPRunningJobStatus
value = instance.JobStatus
public SPRunningJobStatus JobStatus { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPRunningJobStatus
Returns an SPRunningJobStatus object if a timer job exists.
Remarks
An exception is thrown if a timer job does not exist and no SPRunningJobStatus object returns.