Click or drag to resize

OhioScreenWaitForCursorColumnAsync Method

Waits for cursor to appear at the column position. Useful for VT sessions.

Namespace:  Flex.Hal.Ohio
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public Task<bool> WaitForCursorColumnAsync(
	int column,
	int msec,
	CancellationToken canceltoken
)

Parameters

column
Type: SystemInt32
Column position to wait for.
msec
Type: SystemInt32
The length of time to wait in milliseconds before a time-out occurs.
canceltoken
Type: System.ThreadingCancellationToken
Token to cancel the wait.

Return Value

Type: TaskBoolean
True if the cursor appears at the column position before a time out or cancellation; otherwise, false.
See Also