Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
If you can calculate your runtime, you should implement this interface. More...
Properties | |
int? | CalculatedRuntime [get] |
Get an idea of the expected runtime. | |
Additional Inherited Members | |
Public Member Functions inherited from AxelSemrau.Chronos.Plugin.ITask | |
void | PreValidate () |
Called before the schedule construction is completed. | |
void | PostValidate () |
Called after the schedule construction is completed. | |
void | Execute () |
Do whatever you have to do with your parameters. | |
string | GetTaskAction () |
Description of the tasks's action (for hints/time table) | |
If you can calculate your runtime, you should implement this interface.
This is only used in the pre-calculation validation phase.
Definition at line 526 of file TaskInterfaces.cs.
|
get |
Get an idea of the expected runtime.
Implemented in MockPlugin.Tasks.BrewFrappuccino.
Definition at line 535 of file TaskInterfaces.cs.