client/BackgroundCommand: infrastructure for commands running in background

This commit is contained in:
Max Kellermann
2019-04-03 14:31:57 +02:00
parent 28fc1d555f
commit 9f1c23e217
11 changed files with 272 additions and 0 deletions

View File

@@ -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.