enum MAGES::Editor::ConfigurationTaskState

Overview

Specifies the state of a BaseConfigurationTask. More…

enum ConfigurationTaskState
{
    Loading,
    Available,
    InProgress,
    Completed,
    Failed,
};

Detailed Documentation

Specifies the state of a BaseConfigurationTask.

Enum Values

Loading

Loading the task data to check if it is available for fix.

Available

The task is available for fix.

InProgress

The task is being fixed.

Completed

The task is fixed.

Failed

The task’s fix is failed.