Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
For automatic generation of sample lists and running the resulting schedules. More...
Events | |
RunSampleListHandler | RunSampleList |
Trigger this event to actually create and run a schedule. | |
Additional Inherited Members | |
Public Member Functions inherited from AxelSemrau.Chronos.Plugin.IWorkWithSampleLists | |
void | DoYourJob () |
Will be triggered when the user clicks on the button. The button will be disabled until you return from here. | |
Properties inherited from AxelSemrau.Chronos.Plugin.IWorkWithSampleLists | |
string | ButtonCaption [get] |
Shown on the sample list page. | |
System.Drawing.Icon | ButtonIcon [get] |
Shown in the button, preferred size 22x22. | |
For automatic generation of sample lists and running the resulting schedules.
Definition at line 52 of file SampleListWorkerInterfaces.cs.
RunSampleListHandler AxelSemrau.Chronos.Plugin.INeedToRunSampleLists.RunSampleList |
Trigger this event to actually create and run a schedule.
Do NOT do this on the UI thread, otherwise there will be a deadlock.
Definition at line 60 of file SampleListWorkerInterfaces.cs.