NAME
Suspend-JobSchedulerMaster
SYNOPSIS
Pause JobScheduler Master, i.e. prevent any tasks from starting.
Respectively the Resume-JobSchedulerInstance cmdlet will resume operations.
SYNTAX
Suspend-JobSchedulerMaster <CommonParameters>
DESCRIPTION
When JobScheduler Master is paused then
- no new tasks are started
- running tasks are continued to complete:
- shell jobs will continue until their normal termination.
- API jobs complete a current spooler_process() call.
- any task starts that would normally occur during the pause period are postponed until JobScheduler Master is continued.
PARAMETERS
RELATED LINKS
about_jobscheduler
EXAMPLES
-------------------------- EXAMPLE 1 --------------------------
C:\PS>Suspend-Master