InfSrReturnPoint enum | QSYS API Reference Guide
Defines the possible execution state where the program cycle is at any given time.
Namespace: ASNA.QSys.Runtime
Assembly: ASNA.QSys.Runtime.dll
Enum Values
| Name | Description | Value |
|---|---|---|
| StarCancl | *CANCL - Cancel. | 7 |
| StarDefault | Default. | 0 |
| StarDetC | *DETC - Detail calculations. | 6 |
| StarDetL | *DETL - Detail output. | 1 |
| StarGetIn | *GETIN | 2 |
| StarOfL | *OFL - Offset output. | 5 |
| StarTotC | *TOTC - Totals calculation. | 3 |
| StarTotL | *TOTL - Totals output. | 4 |