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


In This Topic
    BackgroundProgressor Class Members
    In This Topic

    The following tables list the members exposed by BackgroundProgressor.

    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