HealthRuleRunNowButton.TimerJobExists Method
Gets whether a timer job exists for the rule.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Function TimerJobExists As Boolean
'Usage
Dim returnValue As Boolean
returnValue = Me.TimerJobExists()
protected bool TimerJobExists()
Return Value
Type: System.Boolean
true if a timer job exists; otherwise false.
Remarks
A timer job is created when a user clicks the Run Now button or when the time that the rule is scheduled to run has arrived.