nuke.ProgressTask
- class nuke.ProgressTask
Bases:
pybind11_objectProgress Task.
ProgressTask.
- Parameters:
name – The title of the progress task.
maximum – The maximum progress value (default 100).
flags – Bitwise combination of flag constants (default kUserCanCancel | kShowTimeToGo).
Methods
self.isCancelled() -> True if the user has requested the task to be cancelled.
self.setMessage(s) -> None.
self.setProgress(i) -> None.
Attributes
kDefaultFlagskDelayedPopupkDisablekKeepWhenFinishedkModalkShowTimeToGokUseCallbackkUserCanCancelkUserCanPause- isCancelled() True if the user has requested the task to be cancelled.
- setMessage(s) None.
set the message for the progress task
- setProgress(i) None.
i is an integer representing the current progress