Share via


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)
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.

See Also

Reference

SPSolutionLanguagePack Class

SPSolutionLanguagePack Members

Microsoft.SharePoint.Administration Namespace