isbatch
Returns true if the application is running in batch mode.
Syntax
R = isbatch()
Outputs
- R
- Numerical equivalent true/false.
Example
Simple isbatch
example in GUI mode:
R = isbatch()
R = 0
Simple isbatchexample in Batch or Compose Console mode:
R = isbatch()
R = 1