Class JobOptions
Provides Job creation options.
Inheritance
System.Object
JobOptions
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: Terrasoft.Core.Scheduler
Assembly: Terrasoft.Core.Scheduler.dll
Syntax
public sealed class JobOptions
Constructors
JobOptions()
Declaration
public JobOptions()
Properties
Default
Gets default Job options.
Declaration
public static JobOptions Default { get; }
Property Value
| Type | Description |
|---|---|
| JobOptions |
IsDurable
Gets or sets a value indicating whether the Job should remain stored after it is orphaned (no triggers point to it).
Declaration
public bool IsDurable { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
RequestsRecovery
Gets or sets a value indicating whether the scheduler should re-execute the Job if a 'recovery' or 'fail-over' situation is encountered.
Declaration
public bool RequestsRecovery { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |