Versions Compared

Key

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

...

PS > Stop-JS7Order -OrderId 234 "#2020-11-22#T072521128-Reporting" -Kill

Cancels the order by sending a SIGKILL signal to the order's running task.

...

Retrieves and cancels all orders for the given workflow. Running tasks can complete.

-------------------------- EXAMPLE 3 --------------------------

PS > Get-JS7Order -Folder /sos -Recursive | Stop-JS7Order -Kill

Retrieves and cancels all orders from the indicated folder including any sub-folders. Running tasks are killed.