SPSolutionLanguagePack.JobStatus property
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)
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.