135 constexpr CommandControl() =
default;
136 constexpr CommandControl(
137 const std::optional<std::chrono::milliseconds>& timeout_single,
138 const std::optional<std::chrono::milliseconds>& timeout_all,
139 const std::optional<size_t>& max_retries
149 std::string ToString()
const;