ELauncherWorkerStatus::Type

Windows
MacOS
Linux

References

Module

LauncherServices

Header

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

Include

#include "ILauncherWorker.h"

Syntax

namespace ELauncherWorkerStatus
{
    enum Type
    {
        Busy,
        Canceling,
        Canceled,
        Completed,
    }
}

Values

Name

Description

Busy

Canceling

Canceled

Completed

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