Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Go to the source code of this file.
Classes | |
class | AxelSemrau.Chronos.Core |
Access to some parts of the core of the Chronos program. More... | |
interface | AxelSemrau.Chronos.ICoreUtils |
Chronos core utility functions. More... | |
interface | AxelSemrau.Chronos.IScheduleQueue |
Access to the schedule execution list. More... | |
interface | AxelSemrau.Chronos.IPlannerInfo |
Some hopefully useful information about a queued planner. More... | |
interface | AxelSemrau.Chronos.IJobInfo |
Basic information about a job (= diagram row) within a task planer. More... | |
Namespaces | |
namespace | AxelSemrau |
Things provided by an AxelSemrau program or library. Do not put your own code into this namespace, as there could be naming collisions in future versions of Chronos. | |
namespace | AxelSemrau.Chronos |
Things provided by AxelSemrau Chronos - do not put your own code into this namespace. | |
Enumerations | |
enum | AxelSemrau.Chronos.JobStatus { AxelSemrau.Chronos.Queued , AxelSemrau.Chronos.Running , AxelSemrau.Chronos.Done , AxelSemrau.Chronos.Failed , AxelSemrau.Chronos.Postponed , AxelSemrau.Chronos.Cancelled } |
Current execution stage of a job. More... | |