23#ifndef PROCESSEXITEDEVENTARGS_H
24#define PROCESSEXITEDEVENTARGS_H
A base class for event arguments.
Definition eventargs.h:32
An event argument for when a process has exited.
Definition processexitedeventargs.h:35
int getExitCode() const
Gets the exit code of the process.
const std::string & getOutput() const
Gets the console output of the process.
ProcessExitedEventArgs(int exitCode, const std::string &output)
Constructs a ProcessExitedEventArgs.
Definition deploymentmode.h:27