Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Implement this interface if you need to communicate with the scheduler about locked/occupied objects. More...
Properties | |
IResourceManager | ResourceManager [set] |
The resource manager object is assigned to this property. | |
Additional Inherited Members | |
Public Member Functions inherited from AxelSemrau.Chronos.Plugin.ITask | |
void | PreValidate () |
Called before the schedule construction is completed. | |
void | PostValidate () |
Called after the schedule construction is completed. | |
void | Execute () |
Do whatever you have to do with your parameters. | |
string | GetTaskAction () |
Description of the tasks's action (for hints/time table) | |
Implement this interface if you need to communicate with the scheduler about locked/occupied objects.
Definition at line 471 of file TaskInterfaces.cs.
|
set |
The resource manager object is assigned to this property.
Definition at line 476 of file TaskInterfaces.cs.