VICI
0.11.815
Visual Chart Interpreter
|
Allow scripts to be scheduled for later running. More...
#include <vici/vici.h>
Public Member Functions | |
virtual | ~Cron () |
virtual destructor | |
virtual void | setCurrentFile (csr filename)=0 |
Set the file to schedule. More... | |
virtual void | show ()=0 |
Display the window. | |
Allow scripts to be scheduled for later running.
The facade for the cron library. An implementation will allow the user to schedule the running of scripts which can execute without human interaction.
|
pure virtual |
Set the file to schedule.
filename | the script to schedule. |
Implemented in VICI::stub::CronStub.