ArcGIS Pro 2.6 API Reference Guide
TaskPriority Enumeration

ArcGIS.Core.Threading.Tasks Namespace : TaskPriority Enumeration
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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Threading.Tasks Namespace