Page History
...
This cmdlet suspends an order in a JS7 Controller.
Suspended orders can later on be resumed with the Resume-JS7Order cmdlet.
If an order is in a running state, i.e. 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.
PARAMETERS
OrderId
-OrderId <String>
Specifies the identifier of the order.
...
-AuditComment <String>
Specifies a free text that indicates the reason for the current intervention, e.g. "business requirement", "maintenance window" etc.
The Audit Comment is visible from the Audit Log view of JOC Cockpit.
This parameter is not mandatory, however, JOC Cockpit can be configured to enforece enforce Audit Log comments for any interventions.
...