batchprocessor start/stop

I would like a button to stop a batch processor. Unless I am mistaking it is now only possible to stop the batch processor by removing it. Not really user friendly when arguments and user are set…

I am trying to understand what people mean when they talk about creating a batch processor in Servoy. Can you explain what you mean, i.e. how it is being done? Thanks.

A batch processor is ‘sort of a headless client running on the server’. It should be documented in the Servoy docs.

Convenient to run processes for maintenance or scheduled stuff that needs to be executed centralized.

Hope this helps,

It would be nice if Servoy allowed us to run server-based batch processors as regular Servoy Solutions, so we don’t have to get into JSP and SHC just to create server-side batch processes.

Wow nice, Servoy anticipated on that question :)

That’s exactly what it is but because it is without an interface I referred to it as ‘headless’…

I get it. It turns out I was looking in an outdated Server Admin guide - got the latest rev and now I see. Thanks.