Cronenable()

Lets you turn on and off the crontab scheduler. This will persist over server restarts

Usage

BOOLEAN = Cronenable( enable )
Argument Summary
enable boolean flag to turn on or off the crontab scheduler

Calling

Supports named-parameter calling allowing you to use the function like:

Cronenable(
   enable=?
);

Supports passing parameters as a structure using ArgumentCollection:

Cronenable( ArgumentCollection={
   enable : ?
} );

Extra

For more information please visit CronTab Scheduler