Class ScheduledJobExtensions
Inheritance
System.Object
ScheduledJobExtensions
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public static class ScheduledJobExtensions : Object
Methods
IsRestartable(ScheduledJob, Int32)
Declaration
public static bool IsRestartable(this ScheduledJob job, int maxRestartAttempts)
Parameters
| Type |
Name |
Description |
| ScheduledJob |
job |
|
| System.Int32 |
maxRestartAttempts |
|
Returns
| Type |
Description |
| System.Boolean |
|
MissingPings(ScheduledJob, SchedulerOptions)
Declaration
public static bool MissingPings(this ScheduledJob job, SchedulerOptions options)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public static bool ShouldExecuteImmediately(this ScheduledJob job, SchedulerOptions options)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|