Wait until the output device gets ready.

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

Syntax

Visual Basic
Public Shared Function WaitForReady ( _
	lTimeOut As Integer, _
	lSleepInt As Integer _
) As String

Parameters

lTimeOut
Type: System..::..Int32
Time Out in ms.
lSleepInt
Type: System..::..Int32
If given, the application thread will be halted for the duration of lSleepInt (in ms) to save CPU load.

Return Value

Empty if no error ocured

Remarks