ELauncherTaskStatus::Type

Enumerates launcher task status types.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

/Engine/Source/Developer/LauncherServices/Public/ILauncherTask.h

Include

#include "ILauncherTask.h"

Syntax

namespace ELauncherTaskStatus
{
    enum Type
    {
        Busy,
        Canceled,
        Completed,
        Failed,
        Pending,
    }
}

Values

Name

Description

Busy

The task is currently busy executing.

Canceled

The task has been canceled.

Completed

The task completed successfully.

Failed

The task failed.

Pending

The task is waiting to execute.

Remarks

Enumerates launcher task status types.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss