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

To be implemented if the task needs to access a device ("Autosampler" property in Chronos) More...

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

Public Member Functions

void SetDevice (IDevice yourDevice)
 Will be called by chronos when building the schedule. More...
 
- 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

To be implemented if the task needs to access a device ("Autosampler" property in Chronos)

Definition at line 209 of file TaskInterfaces.cs.

Member Function Documentation

◆ SetDevice()

void AxelSemrau.Chronos.Plugin.ITaskForDevice.SetDevice ( IDevice  yourDevice)

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