| Class | Description |
|---|---|
| Build | |
| BuildAndStop | |
| BuildStarted |
Returned when the daemon starts a build command, signifying that it has begun processing it.
|
| CloseInput | |
| Command | |
| CommandFailure |
Signifies that the daemon was able to run the command as expected, but the command itself did not complete successfully.
|
| DaemonBusy |
Returned when the daemon is busy running a different command.
|
| DaemonFailure |
Signifies that the daemon infrastructure encountered an internal error in trying to
execute the command it received.
|
| Failure |
The base of all kinds of failure results.
|
| ForwardInput | |
| IoCommand | |
| Result<T> |
The supertype of all objects sent from the daemon server back to the client.
|
| Stop | |
| Success |
Signifies that the command completed successfully.
|
Copyright © 2013. All rights reserved