Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cameo
cameo
Commits
77a8a9f2
Commit
77a8a9f2
authored
Oct 09, 2020
by
legoc
Browse files
(split) Status messages have exitCode when the process has terminated
parent
7f923e4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/message/Message.h
View file @
77a8a9f2
...
...
@@ -106,6 +106,7 @@ namespace message {
constexpr
const
char
*
NAME
=
"name"
;
// required string name = 2;
constexpr
const
char
*
APPLICATION_STATE
=
"applicationState"
;
// required int32 applicationState = 3;
constexpr
const
char
*
PAST_APPLICATION_STATES
=
"pastApplicationStates"
;
// required int32 pastApplicationStates = 4;
constexpr
const
char
*
EXIT_CODE
=
"exitCode"
;
// optional
}
namespace
PublisherEvent
{
...
...
Shervin Nourbakhsh
@nourbakhsh
mentioned in commit
46e44691
·
Apr 23, 2021
mentioned in commit
46e44691
mentioned in commit 46e44691a03808a23a464818487b0dd014a9c57e
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment