Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Things provided by AxelSemrau Chronos - do not put your own code into this namespace. More...
Namespaces | |
namespace | Plugin |
Classes and interfaces that are meant for plugins. The classes and interfaces below this namespace are meant to be upwards compatible across Chronos versions. If you notice any incompatibilities, please let us know. | |
Classes | |
class | Core |
Access to some parts of the core of the Chronos program. More... | |
interface | ICoreUtils |
Chronos core utility functions. More... | |
interface | IJobInfo |
Basic information about a job (= diagram row) within a task planer. More... | |
interface | IPlannerInfo |
Some hopefully useful information about a queued planner. More... | |
interface | IScheduleQueue |
Access to the schedule execution list. More... | |
Enumerations | |
enum | JobStatus { Queued , Running , Done , Failed , Postponed , Cancelled } |
Current execution stage of a job. More... | |
Things provided by AxelSemrau Chronos - do not put your own code into this namespace.
Current execution stage of a job.
Definition at line 183 of file Core.cs.