Procedure type
- Last Updated: August 13, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- 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
|