Checks whether the specified condition is currently met.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Function CheckFor ( _
	scriptEvent As ScriptEvent _
) As ScriptMatch
C#
public ScriptMatch CheckFor(
	ScriptEvent scriptEvent
)

Parameters

scriptEvent
Type: Rebex.TerminalEmulation..::..ScriptEvent
Condition to be met.

Return Value

Result of the check.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also