OhioScreenWaitForNoXAsync Method |
Waits for the X () or X SYSTEM to be removed from the OIA line.
Namespace: Flex.Hal.OhioAssembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax public Task<bool> WaitForNoXAsync(
CancellationToken canceltoken = default
)
Public Function WaitForNoXAsync (
Optional canceltoken As CancellationToken = Nothing
) As Task(Of Boolean)
Parameters
- canceltoken CancellationToken (Optional)
- Token to cancel the wait.
Return Value
TaskBooleanTrue if X condition is removed from the OIA line before a time-out or
cancellation; otherwise, false.
Exceptions See Also