Skip to content
EnigmaDamn edited this page Mar 4, 2022 · 3 revisions

Properties

  • report_progress: bool [Default: True]

    This should be set before progress will be captured.

  • onProgressChanged: def(progres: int) [Default: progressChangeMock]

This should be set to a name of a function/method. It will be called whenever progress changes. The progress will be passed to the function/method as an int.

Clone this wiki locally