Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
AxelSemrau.Chronos.Plugin.IRunContextAware Interface Reference

Implement this interface on your acquisition parameter type to get information related to the currently running job. More...

Properties

IRunContext ContextInfo [set]
 Before Validate or RunAcquisition are called, you will get an object here that contains information on the context.
 

Detailed Description

Implement this interface on your acquisition parameter type to get information related to the currently running job.

Definition at line 132 of file AcquisitionInterfaces.cs.

Property Documentation

◆ ContextInfo

IRunContext AxelSemrau.Chronos.Plugin.IRunContextAware.ContextInfo
set

Before Validate or RunAcquisition are called, you will get an object here that contains information on the context.

Definition at line 137 of file AcquisitionInterfaces.cs.

137{ set; }

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