ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Threading.Tasks Namespace / BackgroundProgressor Class / Current Property

In This Topic
    Current Property (BackgroundProgressor)
    In This Topic
    Returns the Progressor associated with the Task currently running on the calling thread. Returns null if not called on one of the threads in the pool.
    Syntax
    public static BackgroundProgressor Current {get;}
    Public Shared ReadOnly Property Current As BackgroundProgressor
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also