TimerJobUtility.JobState Property

Gets the state of the timer job.

Namespace:  Microsoft.Office.Server.Utilities
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public ReadOnly Property JobState As SPJobState
    Get
'Usage
Dim instance As TimerJobUtility
Dim value As SPJobState

value = instance.JobState
public SPJobState JobState { get; }

Property Value

Type: Microsoft.SharePoint.Administration.SPJobState
Returns SPJobState.

See Also

Reference

TimerJobUtility Class

TimerJobUtility Members

Microsoft.Office.Server.Utilities Namespace