Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-73AE6E1C-94A2-44BE-A759-2D1DF1814363
Visible to Intel only — GUID: GUID-73AE6E1C-94A2-44BE-A759-2D1DF1814363
get_status
Returns status of specified operation.
Syntax
void get_status(unsigned int operation_id) |
Description
This method returns the status of an operation, specified by operation_id, without stopping current thread execution.
Return Values
STATUS_WAIT: Operation is waiting for execution.
STATUS_COMPLETED: Operation finished execution.
STATUS_ERROR: An error occurred during operation execution.
STATUS_EXECUTE: Operation is executing.
STATUS_BLOCKED: Execution of the queue was blocked after some earlier errors.