Searched defs:CommandResult (Results 1 – 1 of 1) sorted by relevance
29 struct CommandResult { struct30 bool success;31 std::string errMsg;32 constexpr bool IsOk() const { return success; } in IsOk()