Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the Progress parameter.
Syntax
public RunbaseProgress parmProgress([RunbaseProgress _progress])
Run On
Called
Parameters
- _progress
Type: RunbaseProgress Class
The value to set; optional.
Return Value
Type: RunbaseProgress Class
The value of the Progress parameter.
Remarks
The progress variable is initialized by using the RunBase.progressInit Method method.
Examples
runbaseProgress progress;
progress = myRunbase.parmProgress();