Back

ShowProgress

Hello World

Shows a rotating progress circle indicating that something happens and that the user should keep his extremities with him until the process completed.

app.ShowProgress( message, options )

Example - Show and Hide Progress

function OnStart()
{
    app.ShowProgress( "Loading..." );
    setTimeout( "app.HideProgress()", 3000 );

}
    Copy     Copy All       Run      
string
string: comma “,” separated: NoDim