Scheduler Plugin Question

If I use addCronJob or addJob, does that add the job to be ran on the client machine, or on the Server as a headless client?

I’m looking to schedule something to process on the client to be used like a robot to perform some processor intensive tasks.

The (cron-) job is always executed on your client machine. IMPORTANT: executes as long as your Servoy client is running…

To run it on the server use a batchprocessor. Start your cronjob in the batchprocessor startup method.