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