Class ScheduledJobExtensions
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Help methods for ScheduledJob
Inheritance
System.Object
ScheduledJobExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Scheduler.Internal
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public static class ScheduledJobExtensions
Methods
IsRestartable(ScheduledJob, Int32)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
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)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Declaration
public static bool MissingPings(this ScheduledJob job, SchedulerOptions options)
Parameters
Type | Name | Description |
---|---|---|
ScheduledJob | job | |
SchedulerOptions | options |
Returns
Type | Description |
---|---|
System.Boolean |
ShouldExecuteImmediately(ScheduledJob, SchedulerOptions)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Declaration
public static bool ShouldExecuteImmediately(this ScheduledJob job, SchedulerOptions options)
Parameters
Type | Name | Description |
---|---|---|
ScheduledJob | job | |
SchedulerOptions | options |
Returns
Type | Description |
---|---|
System.Boolean |