Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
Core.cs File Reference

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.