class documentation
class ExecutionProgress(object): (source)
Constructor: ExecutionProgress(progress, label)
Represents the status of an operator execution.
Parameters | |
progress | an optional float between 0 and 1 (0% to 100%) |
label | an optional label to display |
Method | __init__ |
Undocumented |
Instance Variable | label |
Undocumented |
Instance Variable | progress |
Undocumented |
Instance Variable | updated |
Undocumented |