Yes, you should be able to do this.
First create the custom remote commands (you’ll create the commands under ‘Actions > Execute remote process/command > Create/modify remote commands) :
Hardcode commands in BatchPatch
Once the commands have been created and tested, then go ahead and create the job queue. In the job queue after the ‘net stop service_01’ command add the special command called ‘Stop queue execution if previous action fails/errors.’
That’s pretty much all there is to it. If the service stop command doesn’t return 0 (success), then the queue will terminate.
-Doug