isProgressBarOpen()
The function checks, whether a progress bar is open.
Synopsis
bool isProgressBarOpen();
Parameter
| Parameter | Description | 
|---|---|
| keiner | - | 
Return value
The function returns TRUE if a progress bar is open otherwise, FALSE.
Error
Description
Checks, whether a progress bar is open.
 Example
Example
For the following example, create a panel with two buttons. One button opens a progress bar (openProgressBar()) and the other button checks whether the progress bar is open.
main()
{
  bool x;
  x = isProgressBarOpen();
  DebugN(x);
}Assignment
Dialog functions
Availability
UI
