#include <gui_automation_client.h>
Public Attributes | |
bool | success = false |
std::string | message |
std::string | output_path |
int | step_count = 0 |
std::chrono::milliseconds | duration {0} |
Definition at line 158 of file gui_automation_client.h.
bool yaze::cli::StopRecordingResult::success = false |
Definition at line 159 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::StopRecording().
std::string yaze::cli::StopRecordingResult::message |
Definition at line 160 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::StopRecording().
std::string yaze::cli::StopRecordingResult::output_path |
Definition at line 161 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::StopRecording().
int yaze::cli::StopRecordingResult::step_count = 0 |
Definition at line 162 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::StopRecording().
std::chrono::milliseconds yaze::cli::StopRecordingResult::duration {0} |
Definition at line 163 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::StopRecording().