ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Framework.Threading.Tasks Namespace / ProgressDialog Class / ProgressDialog Constructor / ProgressDialog Constructor(String,UInt32,Boolean)

ProgressDialog Constructor(String,UInt32,Boolean)
Creates a progress dialog with the specified number of steps.
Syntax
public ProgressDialog( 
   string message,
   uint steps,
   bool delayedShow
)

Parameters

message
steps
delayedShow
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also