Try OpenEdge Now
skip to main content
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