#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") |
Definition at line 14 of file background_command_task.h.
| bool yaze::editor::BackgroundCommandTask::Snapshot::started = false |
Definition at line 15 of file background_command_task.h.
| bool yaze::editor::BackgroundCommandTask::Snapshot::running = false |
Definition at line 16 of file background_command_task.h.
| bool yaze::editor::BackgroundCommandTask::Snapshot::finished = false |
Definition at line 17 of file background_command_task.h.
| bool yaze::editor::BackgroundCommandTask::Snapshot::cancel_requested = false |
Definition at line 18 of file background_command_task.h.
| bool yaze::editor::BackgroundCommandTask::Snapshot::can_cancel = false |
Definition at line 19 of file background_command_task.h.
| int yaze::editor::BackgroundCommandTask::Snapshot::exit_code = -1 |
Definition at line 20 of file background_command_task.h.
| std::string yaze::editor::BackgroundCommandTask::Snapshot::command |
Definition at line 21 of file background_command_task.h.
| std::string yaze::editor::BackgroundCommandTask::Snapshot::directory |
Definition at line 22 of file background_command_task.h.
| std::string yaze::editor::BackgroundCommandTask::Snapshot::output |
Definition at line 23 of file background_command_task.h.
| std::string yaze::editor::BackgroundCommandTask::Snapshot::output_tail |
Definition at line 24 of file background_command_task.h.
| absl::Status yaze::editor::BackgroundCommandTask::Snapshot::status = absl::UnknownError("Task not started") |
Definition at line 25 of file background_command_task.h.