VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
VICI::Cron::Cron Class Referenceabstract

Allow scripts to be scheduled for later running. More...

#include <vici/vici.h>

Inheritance diagram for VICI::Cron::Cron:
VICI::stub::CronStub

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.
 

Detailed Description

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.

Member Function Documentation

virtual void VICI::Cron::Cron::setCurrentFile ( csr  filename)
pure virtual

Set the file to schedule.

Parameters
filenamethe script to schedule.

Implemented in VICI::stub::CronStub.


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