23#ifndef PROCESSEXITEDEVENTARGS_H 
   24#define PROCESSEXITEDEVENTARGS_H 
A base class for event arguments.
Definition eventargs.h:32
 
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 credentials.h:31