Check if the system is being executed in Batch mode.

1 system.isBatch

<system.isBatch />
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>