Home > SYS_LoadingAndProgressBar > showProgressBar
SYS_LoadingAndProgressBar.showProgressBar() method
Show the progress bar or set its progress
Signature
typescript
function showProgressBar(progress?: number, title?: string): void;1
Parameters
Parameter | Type | Description |
|---|---|---|
progress | number | (Optional) Progress value, value range |
title | string | (Optional) Progress bar title |
Returns
void
Remarks
When the progress reaches 100, the progress bar will be automatically destroyed