Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • using shortcuts in the start menu:

    No Format
     "SOS JobScheduler -> -id=[scheduler_id] -> Start service"
     "SOS JobScheduler -> -id=[scheduler_id] -> Stop service"
    
  • using JobScheduler start script (./bin/jobscheduler.cmd):

    • the JobScheduler start script calls the net.exe and asks for elevated administrator permissions if you start the JobScheduler service

    • the JobScheduler start script calls the JobScheduler command <modify_spooler cmd='terminate'/> to stop itself open a Command Prompt

      Code Block
      languagebash
       > bin\jobscheduler.cmd start_service
       > bin\jobscheduler.cmd stop
      
  • using Windows services dialog:

    • select the service SOS JobScheduler -id=[scheduler_id] and use the function start or stop in the context menu

...