object = accProgressBar(wndID);
Will search for a child accessible object having the ROLE_SYSTEM_PROGRESSBAR role.
Represents a progress bar control. Its accName is the text in a static control which labels the progress bar. Its value (accValue) is a number between 0 and 100, showing the current progress.
wnd Overview | MS Accessibility