SINGLE-RUN attribute
- Last Updated: April 19, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The SINGLE-RUN attribute is TRUE when the RUN statement that invokes a procedure is executed with the SINGLE-RUN option. Otherwise, it is FALSE.
Data type: LOGICAL
Access: Read-only
Applies to: Procedure object handle
For more information about the SINGLE-RUN option, see the RUN statement.