Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
The resource manager is your interface to the scheduler regarding occupied or locked objects. More...
Public Member Functions | |
bool | AreAllPositionsFree (string trayName, IDevice sampler) |
Check if the positions of a tray are considered free by the scheduler. | |
The resource manager is your interface to the scheduler regarding occupied or locked objects.
To be extended.
Definition at line 456 of file TaskInterfaces.cs.
bool AxelSemrau.Chronos.Plugin.IResourceManager.AreAllPositionsFree | ( | string | trayName, |
IDevice | sampler ) |
Check if the positions of a tray are considered free by the scheduler.
trayName | |
sampler |