Versions Compared

Key

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

...

  • The Get-JobChain cmdlet retrieves the specified job chain.
  • The Get-Job cmdlet retrieves jobs for the resulting job chain(s).
  • The Get-Task cmdlet retrieves all running tasks for the list of jobs.
  • The list of tasks is piped to the Stop-Task cmdlet.

See also

  • The Stop-Task cmdlet supports a number of actions to kill (sending SIGKILL) and to terminate (sending SIGTERM) signals to processes, For details see How to Terminate Tasks.