Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : SINGLETON attribute
 

SINGLETON attribute

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.