Navigation
Unreal Engine C++ API Reference > Developer > LauncherServices
References
Module | LauncherServices |
Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherTask.h |
Include | #include "ILauncherTask.h" |
Syntax
namespace ELauncherTaskStatus
{
enum Type
&123;
Busy,
Canceled,
Completed,
Failed,
Pending,
&125;
}
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.