Programmatically controlling the scheduler
There are 2 ways to control the Automize scheduler engine from your programs
1) Need to run Automize tasks only. Use the TaskRunner feature from the Automize user interface to generate the commandline code. Then use this code in your batch files, unix scripts, java exec function, c/c++ exec/spawn functions etc... to run the tasks. The task will return an exit code that can be used in your programs for conditional processing. Please see the help file on Exit Codes for details.
2) Full control of engine via commandline module: Adding,
modifying, suspending the tasks/schedules, start/stop the engine, or run
tasks, and many more features are available via the commandline module.
You would have to format and send the desired commands via the commandline
module using your program. Please use the commandline module manually
to see how it works, before trying to program through it.