ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Threading.Tasks Namespace / TaskPriority Enumeration

In This Topic
    TaskPriority Enumeration
    In This Topic
    Used to execute operations on the shared background thread pool.
    Syntax
    Members
    MemberDescription
    high Use only for short duration operations.
    normal Use for potentially long running operations.
    single Runs operation on a single consistent background thread. Appropriate for tasks with thread affinity concerns.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Threading.Tasks.TaskPriority

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also