Returns a ResultSet with the data of the SCRIPTS which are being executed at this moment in the database.

1 system.server.getRunningScripts

<system.server.getRunningScripts />
Example

Which Scripts are being executed in the database.

Copy
<xsql-script name='system_server_getRunningScripts_sample1'>
    <body>
        <println>
            <system.server.getRunningScripts/>
        </println>
    </body>
</xsql-script>