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

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. More...
 

Detailed Description

The resource manager is your interface to the scheduler regarding occupied or locked objects.

To be extended.

Definition at line 420 of file TaskInterfaces.cs.

Member Function Documentation

◆ AreAllPositionsFree()

bool AxelSemrau.Chronos.Plugin.IResourceManager.AreAllPositionsFree ( string  trayName,
IDevice  sampler 
)

Check if the positions of a tray are considered free by the scheduler.

Parameters
trayName
sampler
Returns

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