SPSolutionLanguagePack.JobExists property
Checks to determine whether a timer job exists for deployment of the language pack.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property JobExists As Boolean
Get
'Usage
Dim instance As SPSolutionLanguagePack
Dim value As Boolean
value = instance.JobExists
public bool JobExists { get; }
Property value
Type: System.Boolean
Returns true if a timer job exists for the language pack; otherwise returns false.