WaitOptions enum | QSYS API Reference Guide

Specifies the wait options for a process or operation.

Namespace: ASNA.DataGate.Common Assembly: ASNA.QSys.DataGate.Client.dll

Enum Values

Name Description Value
Default Specifies the default wait option. 0
Definite Specifies that the process or operation should wait for a definite period of time. 2
Immediate Specifies that the process or operation should proceed immediately without waiting. 1
Indefinite Specifies that the process or operation should wait indefinitely. 3