Versions Compared

Key

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

NAME

Suspend-JobSchedulerJobChain

SYNOPSIS

Suspends a number of job chains in the JobScheduler Master.

SYNTAX

Suspend-JobSchedulerJobChain -JobChain <String> [-Directory <String>] <CommonParameters>

DESCRIPTION

This cmdlet is an alias for Update-JobSchedulerJobChain -Action "suspend"

PARAMETERS

JobChain

-JobChain <String>
Specifies the path and name of a job chain that should be suspended.

...

Required? true
Position? 1
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?

Directory

-Directory <String>
Optionally specifies the folder where the job chain is located. The directory is determined
from the root folder, i.e. the "live" directory.

...

Required? false
Position? 2
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?

about_jobscheduler

EXAMPLES

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

...