/administration/currentexecutions
CURRENT EXECUTIONS
To determine which commands are currently running in Enzo use the _getExecuting procedure.
This method returns currently executing commands only. To retrieve recently executed commands, use the _getStatus procedure instead.
Execute one of these commands to retrieve currently running commands:
EXEC [adapter]._getExecuting
SELECT * FROM [adapter]._executing
In the screenshot provided a background operation is currently executing asynchronously.