docs.unity3d.com
    Show / Hide Table of Contents

    Enum AsyncOp.State

    The current state of the asynchronous operation

    Namespace: Unity.PSN.PS5.Aysnc
    Syntax
    public enum State

    Fields

    Name Description
    Created

    Operation has been created and is inactive

    Error

    Operation has finished with an error

    Running

    Operation is current running

    Scheduled

    Operation is scheduled to be run

    Success

    Operation has finished successfully

    WaitingForSequence

    Operation has completed but it waiting for a dependent operation to complete

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020