Kodi's background progress dialog class
create | ( | ... | ) |
Function: xbmcgui.DialogProgressBG().create(heading[, message])
heading | string or unicode - dialog heading. |
message | [opt] string or unicode - message text. |
Example:
update | ( | ... | ) |
Function: xbmcgui.DialogProgressBG().update([percent, heading, message])
percent | [opt] integer - percent complete. (0:100) |
heading | [opt] string or unicode - dialog heading. |
message | [opt] string or unicode - message text. |
Example:
close | ( | ... | ) |
Function: xbmcgui.DialogProgressBG().close()
Example:
isFinished | ( | ... | ) |
Function: xbmcgui.DialogProgressBG().isFinished()
Example: