[COMMAND]

Extending the Wrap Period for an Operator

The op_wrap_extend command is used to extend the current wrap-up period for a specific operator. The new wrap time will equal the current wrap time remaining plus the normal wrap duration for that operator.

This command will also change the operator's state code to 13 (Wrap-up (extended)).

Parameters

operator_id
required
number The unique, system-allocated ID of the intended operator.

Example Request

Copy
{"command":{"command_type":"op_wrap_extend", "operator_id":141}}

Responses

On Success:

If the operator's wrap time is successfully extended, an op_status event will return details of the updated operator.