#include <gui_automation_client.h>
Public Attributes | |
| int64_t | frame_id = 0 |
| int | pending_editor_actions = 0 |
| int | pending_layout_actions = 0 |
| bool | layout_rebuild_pending = false |
| int | pending_harness_tests = 0 |
| int | queued_harness_tests = 0 |
| int | running_harness_tests = 0 |
| std::optional< absl::Time > | sampled_at |
| bool | idle = false |
Definition at line 212 of file gui_automation_client.h.
| int64_t yaze::cli::UiSyncStateSnapshot::frame_id = 0 |
Definition at line 213 of file gui_automation_client.h.
| int yaze::cli::UiSyncStateSnapshot::pending_editor_actions = 0 |
Definition at line 214 of file gui_automation_client.h.
| int yaze::cli::UiSyncStateSnapshot::pending_layout_actions = 0 |
Definition at line 215 of file gui_automation_client.h.
| bool yaze::cli::UiSyncStateSnapshot::layout_rebuild_pending = false |
Definition at line 216 of file gui_automation_client.h.
| int yaze::cli::UiSyncStateSnapshot::pending_harness_tests = 0 |
Definition at line 217 of file gui_automation_client.h.
| int yaze::cli::UiSyncStateSnapshot::queued_harness_tests = 0 |
Definition at line 218 of file gui_automation_client.h.
| int yaze::cli::UiSyncStateSnapshot::running_harness_tests = 0 |
Definition at line 219 of file gui_automation_client.h.
| std::optional<absl::Time> yaze::cli::UiSyncStateSnapshot::sampled_at |
Definition at line 220 of file gui_automation_client.h.
| bool yaze::cli::UiSyncStateSnapshot::idle = false |
Definition at line 221 of file gui_automation_client.h.