docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum AssetLibraryJobState

    The current state of an IAssetLibraryJob.

    Namespace: Unity.Cloud.Assets
    Assembly: Unity.Cloud.Assets.dll
    Syntax
    public enum AssetLibraryJobState

    Fields

    Name Description
    Active

    The job is in progress. See Progress for current progress.

    Completed

    The job has finished. See CopiedAssetDescriptor for resulting asset.

    Delayed

    The job is delayed.

    Failed

    The job has failed. See FailedReason for details.

    Prioritized

    The job is prioritized on the queue.

    Unknown

    An unknown job state. This is used when the job state is not recognized or not set.

    Waiting

    The job is waiting for dependencies to finish processing.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)