Response
Description:
[ CCode ( cprefix = "UNIQUE_RESPONSE_" ) ]
public enum Response
Response that a currently active instance of the application should return to the caller which sent a command.
Content:
Enum values:
- CANCEL - The command was cancelled by the
user.
- FAIL - The command failed due to a IPC
failure.
- INVALID - Internal error code, should never
be used.
- OK - The command was successfully executed.
- PASSTHROUGH - The command was not
handled