You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 41 Next »

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 continue
    d.

PARAMETERS

about_jobscheduler

EXAMPLES

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

C:\PS>Suspend-JobSchedulerMaster

  • No labels