Chronos Plugins
5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Information about the current state change More...
Properties | |
abstract ScheduleState | State [get] |
The state that was entered More... | |
abstract Guid | PlanerID [get] |
To avoid confusion between different planners More... | |
abstract string | PlanerName [get] |
If you need to identify the planer to the user, use this More... | |
abstract string | AbortReason [get] |
Contains the error message in case the schedule was aborted because of an error. More... | |
Information about the current state change
Definition at line 104 of file MiscInterfaces.cs.
|
get |
Contains the error message in case the schedule was aborted because of an error.
Definition at line 127 of file MiscInterfaces.cs.
|
get |
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 118 of file MiscInterfaces.cs.
|
get |
If you need to identify the planer to the user, use this
Definition at line 123 of file MiscInterfaces.cs.
|
get |