|
Cloo 0.9.1
|
Represents an user created event. More...
Public Member Functions | |
| ComputeUserEvent (ComputeContext context) | |
| Creates a new ComputeUserEvent. | |
| void | SetStatus (ComputeCommandExecutionStatus status) |
| Sets the new status of the ComputeUserEvent. | |
| void | SetStatus (int status) |
| Sets the new status of the ComputeUserEvent to an error value. | |
Represents an user created event.
Requires OpenCL 1.1.
| Cloo.ComputeUserEvent.ComputeUserEvent | ( | ComputeContext | context | ) |
Creates a new ComputeUserEvent.
| context | The ComputeContext in which the ComputeUserEvent is created. |
Requires OpenCL 1.1.
| void Cloo.ComputeUserEvent.SetStatus | ( | ComputeCommandExecutionStatus | status | ) |
Sets the new status of the ComputeUserEvent.
| status | The new status of the ComputeUserEvent. Allowed value is ComputeCommandExecutionStatus.Complete. |
| void Cloo.ComputeUserEvent.SetStatus | ( | int | status | ) |
Sets the new status of the ComputeUserEvent to an error value.
| status | The error status of the ComputeUserEvent. This should be a negative value. |
1.7.4