ArcGIS Pro 3.7 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 Shared ReadOnly Property Current As BackgroundProgressor
    public static BackgroundProgressor Current {get;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also