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

Could be extended in the future if e.g. arguments should be passed to the method running task planer. More...

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

Properties

string Method [get, set]
 Full path to the method or a path relative to the embedding task's method. More...
 

Detailed Description

Could be extended in the future if e.g. arguments should be passed to the method running task planer.

Definition at line 162 of file MiscInterfaces.cs.

Property Documentation

◆ Method

string AxelSemrau.Chronos.Plugin.MethodLaunchEventArgs.Method
getset

Full path to the method or a path relative to the embedding task's method.

Definition at line 167 of file MiscInterfaces.cs.

167 { get; set; }

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