Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.Plugin.IUseResources Interface Reference

Implement this interface if you need to communicate with the scheduler about locked/occupied objects. More...

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.IUseResources:
+ Collaboration diagram for AxelSemrau.Chronos.Plugin.IUseResources:

Properties

IResourceManager ResourceManager [set]
 The resource manager object is assigned to this property. More...
 

Additional Inherited Members

- Public Member Functions inherited from AxelSemrau.Chronos.Plugin.ITask
void PreValidate ()
 Called before the schedule construction is completed. More...
 
void PostValidate ()
 Called after the schedule construction is completed. More...
 
void Execute ()
 Do whatever you have to do with your parameters. More...
 
string GetTaskAction ()
 Description of the tasks's action (for hints/time table) More...
 

Detailed Description

Implement this interface if you need to communicate with the scheduler about locked/occupied objects.

Definition at line 435 of file TaskInterfaces.cs.

Property Documentation

◆ ResourceManager

IResourceManager AxelSemrau.Chronos.Plugin.IUseResources.ResourceManager
set

The resource manager object is assigned to this property.

Definition at line 440 of file TaskInterfaces.cs.

440 {set;}

The documentation for this interface was generated from the following file: