_ProgressBarEmpty

Tests if progress bar is 0%

#include "Dialogue.au3"
_ProgressBarEmpty()

parameters

none

return value

boolean value True = Empty, $False = Not or progress bar inactive (not created)

related

_ProgressBarType, _ProgressBarCreate, _ProgressBarActive, _ProgressBarSet, _ProgressBarAdd, _ProgressBarGet, _ProgressBarFull, _ProgressBarDestroy

example

See library example how to implement a progress bar.