Navigation
API > API/Plugins > API/Plugins/HTTPChunkInstaller
The state of an async task (read friends, read content, write cloud file, etc) request
| Name | ECloudAsyncTaskState::Type |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/HTTPChunkInstaller/Source/Public/CloudTitleFileInterface.h |
| Include Path | #include "CloudTitleFileInterface.h" |
Syntax
namespace ECloudAsyncTaskState
{
enum Type
{
NotStarted,
InProgress,
Done,
Failed,
}
}
Values
| Name | Remarks |
|---|---|
| NotStarted | The task has not been started |
| InProgress | The task is currently being processed |
| Done | The task has completed successfully |
| Failed | The task failed to complete |