Try OpenEdge Now
ABL Reference
Handle Attributes and Methods Reference
:
BATCH-MODE attribute
BATCH-MODE attribute
Indicates whether the current ABL session is running in batch mode or interactive mode.
Data type:
LOGICAL
Access:
Read-only
Applies to:
SESSION system handle
BATCH-MODE is TRUE when the current session is running in batch or background mode. A session runs in batch or background mode when it is:
A client session started using the Batch (
-b
) startup parameter
An AppServer agent session
A WebSpeed agent session