Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Access to the method editor's view of the task. More...
Additional Inherited Members | |
Properties inherited from AxelSemrau.Chronos.Plugin.ITaskInfo | |
int | JobNo [get] |
Gets the job index. | |
int | TaskIndex [get] |
Gets the index of the task. | |
object | Task [get] |
Task object, Chronos internal type. | |
IEnumerable< IAccessProperty > | PropertyAccessInfos [get] |
Enumeration of all visible properties of this task. | |
IDevice | Autosampler [get] |
Get the Plugin-friendly wrapper for the task's autosampler, if available, else null. | |
ITask | PluginTask [get] |
Gets the unwrapped ITask implementation if this is a plugin task, else null. | |
int | UserVisibleIndex [get] |
The index as seen in the method editor. | |
int? | RepeatCounter [get] |
If this is within a repeat loop, the respective iteration number, else null. | |
bool | Enabled [get, set] |
Should this task be executed? | |
int | StartTime [get] |
Time relative to schedule start in seconds when this task was started / will be started. | |
int | Runtime [get] |
Task duration in seconds. | |
Access to the method editor's view of the task.
For future extension (like access to the text entered by the user including tokens).
Definition at line 9 of file ITaskInEditorInfo.cs.