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

Implement this if your device needs to know when a specific job of the running scheduler has finished. More...

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

Public Member Functions

void JobFinished (int jobNo)
 Will be called as soon as a job is finished. More...
 
- Public Member Functions inherited from AxelSemrau.Chronos.Plugin.IDevice
void Connect ()
 You may have connected to the device before this, but make sure you are connected after this. More...
 
void Disconnect ()
 You may disconnect now. More...
 

Additional Inherited Members

- Properties inherited from AxelSemrau.Chronos.Plugin.IDevice
string DisplayedTypeName [get]
 Text which is displayed in the instruments settings "Autosampler Type" column and in many other places. More...
 
string DeviceTypeDescription [get]
 Text which is displayed to make clear which kind of device a named sampler is. More...
 
string Name [get, set]
 User-selected name for the device instance. More...
 
- Events inherited from AxelSemrau.Chronos.Plugin.IDevice
Action< ConnectionStateConnectionStateChanged
 Raise this event when your connection state has changed. More...
 

Detailed Description

Implement this if your device needs to know when a specific job of the running scheduler has finished.

Can be useful for maintenance counters.

Definition at line 478 of file DeviceInterfaces.cs.

Member Function Documentation

◆ JobFinished()

void AxelSemrau.Chronos.Plugin.IJobAwareDevice.JobFinished ( int  jobNo)

Will be called as soon as a job is finished.

Parameters
jobNo0 based job index.

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