Procedure type
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The _getProcedureType() method identifies
the type of procedure that a ProcObject encapsulates as persistent, single-run,
or singleton. The method returns a Java enum type that can hold
a value of PERSISTENT, SINGLE_RUN,
or SINGLETON:
Syntax
|