Versions Compared

Key

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

NAME

Update-JobSchedulerJobChain

SYNOPSIS

Updates a number of job chains in the JobScheduler Master.

SYNTAX

Update-JobSchedulerJobChain -JobChain <String> [-Directory <String>] -Action <String> <CommonParameters>

DESCRIPTION

Updating job chains includes operations to suspend and resume job chains.

...

  • by a pipelined object, e.g. the output of the Get-JobSchedulerJobChain cmdlet
  • by specifying an individual JobChain with the -JobChain parameter.

PARAMETERS

JobChain

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

...

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?

Action

-Action <String>
Specifies the action to be applied to a job chain:

...

Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters?

about_jobscheduler

EXAMPLES

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

...