ProgressStep Property

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

Object Oriented Interface

public function getProgressStep();
public function setProgressStep($value);

Procedural Interface

ipworks_netcode_get($res, 10 );
ipworks_netcode_set($res, 10, $value );

Default Value

1

Remarks

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

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

Data Type

Integer

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