Deskflow 1.24.0.365
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
ExitCodes.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const int s_exitSuccess = 0
 App successfully completed.
static const int s_exitFailed = 1
 App had a general failure.
static const int s_exitTerminated = 2
 App was kill by a signal.
static const int s_exitArgs = 3
 App was unable to run due to bad arguments being passed.
static const int s_exitConfig = 4
 App was unable to read the configuration.
static const int s_exitDuplicate = 5
 An instance of the app (or core app) is already running.

Variable Documentation

◆ s_exitArgs

const int s_exitArgs = 3
static

App was unable to run due to bad arguments being passed.

◆ s_exitConfig

const int s_exitConfig = 4
static

App was unable to read the configuration.

◆ s_exitDuplicate

const int s_exitDuplicate = 5
static

An instance of the app (or core app) is already running.

◆ s_exitFailed

const int s_exitFailed = 1
static

App had a general failure.

◆ s_exitSuccess

const int s_exitSuccess = 0
static

App successfully completed.

◆ s_exitTerminated

const int s_exitTerminated = 2
static

App was kill by a signal.