Struct cronjob::CronJob [] [src]

pub struct CronJob {
    pub command: Box<Command>,
    // some fields omitted
}

The object to create and execute cronjobs for yout application.

Fields

Methods

impl CronJob
[src]

Constructs new CronJob object.

Starts the cronjob without threading.

Starts the cronjob with threading. Stops when application quits.