Versions Compared

Key

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

...

Suspends an order in the JS7 Controller.

SYNTAX

Suspend-JS7Order [-OrderId] <String> [-Kill] [[-AuditComment] <String>] [[-AuditTimeSpent] <Int32>] [[-AuditTicketLink] <Uri>] [<CommonParameters>]

...

This cmdlet suspends an order in a JS7 Controller.
Suspended orders can later on be resumed by use of the Resume-JS7Order cmdlet.

If an order is in a running state, for example if a job is executed for the order then by default the
Agent will wait for that job to be completed before suspending the order. However, this behavior can be
changed by instructing the Agent to immediately kill running orders.

The following REST Web Service API resources are used:

* /orders/suspend

PARAMETERS

OrderId

-OrderId <String>
Specifies the identifier of the order.

...