Versions Compared

Key

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

NAME

Stop-JobSchedulerMaster

SYNOPSIS

Stops a JobScheduler Master

SYNTAX

Stop-JobSchedulerMaster [-Action <String>] -Restart -Cluster [-Timeout <Int32>] [-Pid <Int32>] -Service [<C
ommonParameters>]

DESCRIPTION

The stopping of a Master can be performed in a graceful manner leaving some time to
running tasks for completion. In addition more immediate operations for aborting
or killing a Master are available and Master instances can be restarted.

PARAMETERS

Action

-Action <String>
Stopping includes the following actions:

...

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

Restart

-Restart <SwitchParameter>
When used with the operations -Action "terminate" and "abort" then the
JobScheduler instance will shut down and restart.

...

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

Cluster

-Cluster <SwitchParameter>
Carries out the operation -Action "terminate" for a JobScheduler Cluster:

...

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

Timeout

-Timeout <Int32>
A timeout is applied for the operation -Action "terminate" that affects running tasks:

...

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

Pid

-Pid <Int32>
When carrying out the operation -Action "kill" then

...

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

Service

-Service <SwitchParameter>
Stops the JobScheduler Windows Service

...

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

about_jobscheduler

EXAMPLES

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

...