Check if the system is being executed in Batch mode.
1 system.isBatch
<system.isBatch />
Returns | |
---|---|
Type | Description |
boolean | Returns TRUE / FALSE depending if the system is being executed in Batch mode or not. |
Example
Check if the system is being executed in Batch mode.
Copy
<xsql-script name='system_isBatch_sample1'> <body> <println> <system.isBatch /> </println> </body> </xsql-script>