Cancel

The Cancel is issued by the ICM to cancel a previously-requested operation that is identified by its InvokeID.

The RequestID must match the InvokeID of the request that is to be canceled.

If they match and the operation is canceled, a Dialogue_Failure_Conf_Send with a status of E_OPERATION_CANCELLED must be sent.

If they match and the operation cannot be canceled, a Dialogue_Failure_Conf_Send with a status of E_OPERATION_NOT_CANCELLED must be sent.

If the IDs do not match, or the ID is no longer active, a Dialogue_Failure_Conf_Send with a status of E_INVALID_INVOKEID must be sent.

SendData

DialogueID (number)
Obtained using the Create_DialogueID function.

ReceiveData

InvokeID (number)
An ID for this request that should be sent in the related Dialogue_Failure_Conf_Send.
RequestID (number)
The InvokeID of the previously issued request that is to be canceled as returned by the previous Run_Script_Request.
Status (number)
A value from the list of status codes that describes the result of this request. See Table 3.