|
Cloo 0.9.1
|
Represents the arguments of a command status change. More...
Public Member Functions | |
| ComputeCommandStatusArgs (ComputeEventBase ev, ComputeCommandExecutionStatus status) | |
Creates a new ComputeCommandStatusArgs instance. | |
| ComputeCommandStatusArgs (ComputeEventBase ev, int status) | |
Creates a new ComputeCommandStatusArgs instance. | |
Properties | |
| ComputeEventBase | Event [get, set] |
| Gets the event associated with the command that had its status changed. | |
| ComputeCommandExecutionStatus | Status [get, set] |
| Gets the execution status of the command represented by the event. | |
Represents the arguments of a command status change.
| Cloo.ComputeCommandStatusArgs.ComputeCommandStatusArgs | ( | ComputeEventBase | ev, |
| ComputeCommandExecutionStatus | status | ||
| ) |
Creates a new ComputeCommandStatusArgs instance.
| ev | The event representing the command that had its status changed. |
| status | The status of the command. |
| Cloo.ComputeCommandStatusArgs.ComputeCommandStatusArgs | ( | ComputeEventBase | ev, |
| int | status | ||
| ) |
Creates a new ComputeCommandStatusArgs instance.
| ev | The event of the command that had its status changed. |
| status | The status of the command. |
ComputeEventBase Cloo.ComputeCommandStatusArgs.Event [get, set] |
Gets the event associated with the command that had its status changed.
ComputeCommandExecutionStatus Cloo.ComputeCommandStatusArgs.Status [get, set] |
Gets the execution status of the command represented by the event.
Returns a negative integer if the command was abnormally terminated.
1.7.4