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

Implement this interface if you have to access other tasks within the schedule. More...

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

Properties

IInspectJob JobInspector [set]
 The JobInspector lets you see information about other tasks and their properties. More...
 

Additional Inherited Members

- 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

Implement this interface if you have to access other tasks within the schedule.

Definition at line 447 of file TaskInterfaces.cs.

Property Documentation

◆ JobInspector

IInspectJob AxelSemrau.Chronos.Plugin.INeedToInspectOtherTasks.JobInspector
set

The JobInspector lets you see information about other tasks and their properties.

Definition at line 452 of file TaskInterfaces.cs.

452 { set; }

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