Versions Compared

Key

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

...

Stop-JobSchedulerMaster [-Action <String>] -Restart -Cluster [-Timeout <Int32>] [-Pid <Int32>] -Service <CommonParameters> [<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.

...

  • Action "terminate-fail-safe"
    • terminates an instance in the same way as -Action "terminate".
    • in addition in a Passive Cluster the backup instance will be activated after termination of the primary instance
      .
  • Action "abort"
    • no new tasks are started.
    • any running tasks are killed.
    • JobScheduler Master terminates normally.

...

The timeout is applied when shutting down or restarting (-Restart switch) invidual instances or clustered instances
(-Cluster switch).

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

...