#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 142 of file gui_automation_client.h.
| bool yaze::cli::StopRecordingResult::success = false |
Definition at line 143 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::StopRecording().
| std::string yaze::cli::StopRecordingResult::message |
Definition at line 144 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::StopRecording().
| std::string yaze::cli::StopRecordingResult::output_path |
Definition at line 145 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::StopRecording().
| int yaze::cli::StopRecordingResult::step_count = 0 |
Definition at line 146 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::StopRecording().
| std::chrono::milliseconds yaze::cli::StopRecordingResult::duration {0} |
Definition at line 147 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::StopRecording().