progress_step Property

Controls the granularity at which the Progress event is fired. Values 0-100.

Syntax

def get_progress_step() -> int: ...
def set_progress_step(value: int) -> None: ...

progress_step = property(get_progress_step, set_progress_step)

Default Value

1

Remarks

This property controls the granularity at which the on_progress event is fired. Values 0-100. If this property is not 0, the on_progress event will be fired when 0%, n* progress_step and 100% of input data is read.

If this property is 0, the on_progress event is disabled.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]