client/BackgroundCommand: infrastructure for commands running in background
This commit is contained in:
@@ -41,6 +41,11 @@ enum class CommandResult {
|
||||
*/
|
||||
IDLE,
|
||||
|
||||
/**
|
||||
* A #BackgroundCommand has been installed.
|
||||
*/
|
||||
BACKGROUND,
|
||||
|
||||
/**
|
||||
* There was an error. The "ACK" response was sent to the
|
||||
* client.
|
||||
|
Reference in New Issue
Block a user