Returns the status of the event.
| 171 | |
| 172 | /// Returns the status of the event. |
| 173 | cl_int status() const |
| 174 | { |
| 175 | return get_info<cl_int>(CL_EVENT_COMMAND_EXECUTION_STATUS); |
| 176 | } |
| 177 | |
| 178 | /// Returns the command type for the event. |
| 179 | cl_command_type get_command_type() const |
no outgoing calls