Set the value of progress bar.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Sub SetProgress ( _
	sVal As Double, _
	ByRef szX As String _
)

Parameters

sVal
Type: System..::..Double
Represents progress in percent, must be a value in [0;100].
szX
Type: System..::..String%
Optional string which will be used instead of the sVal.

Remarks