Share via


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