14bool spawnDetached(
const std::filesystem::path& exe,
const std::vector<std::string>& args );
20bool spawnAndWait(
const std::filesystem::path& exe,
const std::vector<std::string>& args,
21 std::chrono::seconds timeout );
Definition MRMCPGatewayBackend.h:10
bool spawnDetached(const std::filesystem::path &exe, const std::vector< std::string > &args)
bool spawnAndWait(const std::filesystem::path &exe, const std::vector< std::string > &args, std::chrono::seconds timeout)