Progress Dialog Parameters
| Property | Type | Description |
|---|---|---|
| message | string | Text displayed in the dialog |
| progressValue | any | Value displayed in the progress indicator area (must be number for Value-based, string for Step-based) |
| progressDialogTemplate | enum | Progress Dialog Template. Default value: Hide |
| progressMethod | enum | Progress Method. Default value: ValueBased |
| horizontalPosition | enum | Dialog Horizontal position (Center by default) |
| verticalPosition | enum | Dialog Vertical position (Center by default) |
| width | number | Width (default: 300) |
| height | number | Height (default: 200) |