yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::WaitForIdleResult Struct Reference

#include <gui_automation_client.h>

Collaboration diagram for yaze::cli::WaitForIdleResult:

Public Attributes

bool success = false
 
std::string message
 
std::chrono::milliseconds elapsed {0}
 
int64_t last_frame_id = 0
 
int stable_frames_observed = 0
 
UiSyncStateSnapshot state
 
std::string timeout_reason
 

Detailed Description

Definition at line 224 of file gui_automation_client.h.

Member Data Documentation

◆ success

bool yaze::cli::WaitForIdleResult::success = false

◆ message

std::string yaze::cli::WaitForIdleResult::message

◆ elapsed

std::chrono::milliseconds yaze::cli::WaitForIdleResult::elapsed {0}

◆ last_frame_id

int64_t yaze::cli::WaitForIdleResult::last_frame_id = 0

◆ stable_frames_observed

int yaze::cli::WaitForIdleResult::stable_frames_observed = 0

◆ state

UiSyncStateSnapshot yaze::cli::WaitForIdleResult::state

◆ timeout_reason

std::string yaze::cli::WaitForIdleResult::timeout_reason

The documentation for this struct was generated from the following file: