Progress Event
Occurs when PercentDone of the input is read.
Object Oriented Interface
public function fireProgress($param);
Procedural Interface
ipworks_netcode_register_callback($res, 2, array($this, 'fireProgress'));
Parameter List
'percentdone'
Remarks
The ProgressStep property determines how often the event is fired.