Name

Suspend-JobSchedulerMaster

SYNOPSIS

Pause JobScheduler Master, i.e. prevent any tasks from starting. Respectively the Resume-JobSchedulerMaster 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.

about_jobscheduler

EXAMPLES

-------------------------- EXAMPLE 1 --------------------------

PS > Suspend-JobSchedulerMaster

  • No labels