Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Information about the current state change. More...
Properties | |
ScheduleState | State [get] |
The state that was entered. | |
Guid | PlanerID [get] |
To avoid confusion between different planners. | |
string | PlanerName [get] |
If you need to identify the planer to the user, use this. | |
string | AbortReason [get] |
Contains the error message in case the schedule was aborted because of an error. | |
Information about the current state change.
Definition at line 105 of file MiscInterfaces.cs.
|
getabstract |
Contains the error message in case the schedule was aborted because of an error.
Definition at line 128 of file MiscInterfaces.cs.
|
getabstract |
To avoid confusion between different planners.
You can use this as a unique marker if you, for example, have a task that should do something only once per planer no matter how often it is included.
Definition at line 119 of file MiscInterfaces.cs.
|
getabstract |
If you need to identify the planer to the user, use this.
Definition at line 124 of file MiscInterfaces.cs.
|
getabstract |