Intel® C++ Compiler Classic Developer Guide and Reference
Visible to Intel only — GUID: GUID-20A1AA5A-6F6A-4B7C-81C9-2FDA9138DD6F
Visible to Intel only — GUID: GUID-20A1AA5A-6F6A-4B7C-81C9-2FDA9138DD6F
get_error_operation_id
Returns the ID of the last failed operation.
Syntax
unsigned int get_error_operation_id() |
Description
This method returns the ID of the last failed operation. If the error occurs during the execution of an asynchronous operation, the asynchronous thread stops executing the queue of the asynchronous operations and waits for new user requests.
To obtain the error status of the failed operation, use the wait() and get_status() methods.
Return Values
ID of last failed operation.