Click or drag to resize

OhioScreenWaitForNoXAsync Method

Waits for the X () or X SYSTEM to be removed from the OIA line.

Namespace: Flex.Hal.Ohio
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public Task<bool> WaitForNoXAsync(
	CancellationToken canceltoken = default
)

Parameters

canceltoken  CancellationToken  (Optional)
Token to cancel the wait.

Return Value

TaskBoolean
True if X condition is removed from the OIA line before a time-out or cancellation; otherwise, false.
Exceptions
ExceptionCondition
TimeoutExceptionWaitThrowException is enabled and a time-out occurs.
OperationCanceledExceptionWaitThrowException is enabled and a cancellation occurs.
See Also