yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::BackgroundCommandTask::Snapshot Struct Reference

#include <background_command_task.h>

Public Attributes

bool started = false
 
bool running = false
 
bool finished = false
 
bool cancel_requested = false
 
bool can_cancel = false
 
int exit_code = -1
 
std::string command
 
std::string directory
 
std::string output
 
std::string output_tail
 
absl::Status status = absl::UnknownError("Task not started")
 

Detailed Description

Definition at line 14 of file background_command_task.h.

Member Data Documentation

◆ started

bool yaze::editor::BackgroundCommandTask::Snapshot::started = false

Definition at line 15 of file background_command_task.h.

◆ running

bool yaze::editor::BackgroundCommandTask::Snapshot::running = false

Definition at line 16 of file background_command_task.h.

◆ finished

bool yaze::editor::BackgroundCommandTask::Snapshot::finished = false

Definition at line 17 of file background_command_task.h.

◆ cancel_requested

bool yaze::editor::BackgroundCommandTask::Snapshot::cancel_requested = false

Definition at line 18 of file background_command_task.h.

◆ can_cancel

bool yaze::editor::BackgroundCommandTask::Snapshot::can_cancel = false

Definition at line 19 of file background_command_task.h.

◆ exit_code

int yaze::editor::BackgroundCommandTask::Snapshot::exit_code = -1

Definition at line 20 of file background_command_task.h.

◆ command

std::string yaze::editor::BackgroundCommandTask::Snapshot::command

Definition at line 21 of file background_command_task.h.

◆ directory

std::string yaze::editor::BackgroundCommandTask::Snapshot::directory

Definition at line 22 of file background_command_task.h.

◆ output

std::string yaze::editor::BackgroundCommandTask::Snapshot::output

Definition at line 23 of file background_command_task.h.

◆ output_tail

std::string yaze::editor::BackgroundCommandTask::Snapshot::output_tail

Definition at line 24 of file background_command_task.h.

◆ status

absl::Status yaze::editor::BackgroundCommandTask::Snapshot::status = absl::UnknownError("Task not started")

Definition at line 25 of file background_command_task.h.


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