Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
getShutdownWaitFor function
getShutdownWaitFor function
Returns a
LOGICAL
value indicating the current value of the shutdown
WAIT-FOR
flag.
Syntax
FUNCTION getShutdownWaitFor RETURNS LOGICAL.
Applies to
Session objects
Notes
getShutdownWaitForfunction
returns
YES
if
setShutdownWaitForprocedure
was never called.
See also
setShutdownWaitForprocedure