SPSolutionLanguagePack.JobStatus property
如果有的話,會傳回語言套件部署,計時器工作的狀態。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property JobStatus As SPRunningJobStatus
Get
'用途
Dim instance As SPSolutionLanguagePack
Dim value As SPRunningJobStatus
value = instance.JobStatus
public SPRunningJobStatus JobStatus { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPRunningJobStatus
如果計時器工作存在,會傳回SPRunningJobStatus物件。
備註
如果不存在的計時器工作,並沒有 SPRunningJobStatus 物件傳回擲回例外狀況。