Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Options for stopping the schedule/queue. More...
Public Types | |
enum | StopMode { Immediately , NoNewJobs } |
Details how to stop the run. More... | |
Properties | |
StopMode | How [get, set] |
Specify how the run should be stopped. | |
bool | RestartRemainingJobs [get, set] |
In case of a soft stop, should the unstarted jobs be scheduled for a later restart? | |
bool | StopQueue [get, set] |
Do not start any other schedules after the current one was stopped. | |
string | Reason [get, set] |
Optional reason for the stop. | |
bool | RunErrorMethod [get, set] |
For immediate stop, try to run the error method first. | |
Options for stopping the schedule/queue.
Definition at line 300 of file MiscInterfaces.cs.
Details how to stop the run.
Definition at line 305 of file MiscInterfaces.cs.
|
getset |
Specify how the run should be stopped.
Definition at line 323 of file MiscInterfaces.cs.
|
getset |
|
getset |
In case of a soft stop, should the unstarted jobs be scheduled for a later restart?
Definition at line 327 of file MiscInterfaces.cs.
|
getset |
For immediate stop, try to run the error method first.
Definition at line 339 of file MiscInterfaces.cs.
|
getset |
Do not start any other schedules after the current one was stopped.
Definition at line 331 of file MiscInterfaces.cs.