Deskflow
1.26.0.418
Keyboard and mouse sharing utility
Toggle main menu visibility
Loading...
Searching...
No Matches
ExitCodes.h
Go to the documentation of this file.
1
/*
2
* Deskflow -- mouse and keyboard sharing utility
3
* SPDX-FileCopyrightText: (C) 2025 Deskflow Developers
4
* SPDX-FileCopyrightText: (C) 2010 - 2018, 2024 - 2025 Synergy App Ltd
5
* SPDX-FileCopyrightText: (C) 2002 - 2007 Chris Schoeneman
6
* SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
7
*/
8
9
#pragma once
10
11
static
const
int
s_exitSuccess
= 0;
12
static
const
int
s_exitFailed
= 1;
13
static
const
int
s_exitTerminated
= 2;
14
static
const
int
s_exitArgs
= 3;
15
static
const
int
s_exitConfig
= 4;
16
static
const
int
s_exitDuplicate
= 5;
s_exitDuplicate
static const int s_exitDuplicate
An instance of the app (or core app) is already running.
Definition
ExitCodes.h:16
s_exitConfig
static const int s_exitConfig
App was unable to read the configuration.
Definition
ExitCodes.h:15
s_exitSuccess
static const int s_exitSuccess
App successfully completed.
Definition
ExitCodes.h:11
s_exitTerminated
static const int s_exitTerminated
App was kill by a signal.
Definition
ExitCodes.h:13
s_exitFailed
static const int s_exitFailed
App had a general failure.
Definition
ExitCodes.h:12
s_exitArgs
static const int s_exitArgs
App was unable to run due to bad arguments being passed.
Definition
ExitCodes.h:14
src
lib
common
ExitCodes.h
Generated by
1.18.0