Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Information about the method that was used to create this job. More...
Properties | |
string | Filename [get] |
Path to the method file, including the filename. | |
string | Name [get] |
Name as entered in the method editor. | |
string | Description [get] |
Description as entered in the method editor. | |
IReadOnlyList< IColumnInfo > | Columns [get] |
Column definition information. | |
Information about the method that was used to create this job.
Definition at line 428 of file TaskInterfaces.cs.
|
get |
|
get |
Description as entered in the method editor.
Definition at line 442 of file TaskInterfaces.cs.
|
get |
Path to the method file, including the filename.
Could be something else than a valid filesystem path in future versions. Please do not assume this is a file you can definitely access.
Definition at line 434 of file TaskInterfaces.cs.
|
get |