#include "Define.h"
#include <future>
#include <string>
#include <vector>
Go to the source code of this file.
|
int | Acore::StartProcess (std::string const &executable, std::vector< std::string > const &args, std::string const &logger, std::string input_file, bool secure) |
|
std::shared_ptr< AsyncProcessResult > | Acore::StartAsyncProcess (std::string executable, std::vector< std::string > args, std::string logger, std::string input_file, bool secure) |
|
std::string | Acore::SearchExecutableInPath (std::string const &filename) |
|