command.h
Go to the documentation of this file.
32 typedef boost::function<void(BgCommandStatus status, const std::string& line, int exit_code)> bg_command_status_handler_function;
47 static void GetStdoutFromBackgroundCommand(bg_command_status_handler_function handler, const std::string& binaryFile);
52 static void runBackgroundCommand(bg_command_status_handler_function handler, const std::string& binaryFile);
boost::function< void(BgCommandStatus status, const std::string &line, int exit_code)> bg_command_status_handler_function
Handler for background command status function callback.
Definition: command.h:32
Definition: command.h:21
Definition: command.h:20