EOnlineAsyncTaskState::Type

The state of an async task (read friends, read content, write cloud file, etc) request

Choose your operating system:

Windows

macOS

Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h

Include

#include "OnlineSubsystemTypes.h"

Syntax

namespace EOnlineAsyncTaskState
{
    enum Type
    {
        NotStarted,
        InProgress,
        Done,
        Failed,
    }
}

Values

Name

Description

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

Remarks

The state of an async task (read friends, read content, write cloud file, etc) request