ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Core.Threading.Tasks Namespace / BackgroundProgressor Class


In This Topic
    BackgroundProgressor Class Properties
    In This Topic

    For a list of all members of this type, see BackgroundProgressor members.

    Public Properties
     NameDescription
    Public Property Returns the Cancelation Token of the progressor registered on the calling thread.  
    Public Propertystatic (Shared in Visual Basic) 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.  
    Public Property Gets or Sets the maximum range of the progress meter displayed in the progress dialog.  
    Public Property Gets or Sets message of the progress dialog.  
    Public Propertystatic (Shared in Visual Basic) Returns an empty Progressor which does nothing.  
    Public Property Gets or Sets the status displayed in the progress dialog.  
    Public Property Gets or Sets the position of the progress meter displayed in the progress dialog.  
    Top
    See Also