| Syntax |
|
| Documentation | $getTransactionDump: Returns information about waiting and active transactions and locked resources. The dump provides the following sections: -General transaction properties shows the total count of transactions and the current server time. -Slot view: Tells which transactions are currently active, which are waiting to get active and the resources they are having a lock on together with the lock mode. It also provides the URI of the client request that initiated the transaction, or if not applicable a short description of the transaction, plus the initiation and actual start times. -Lock tree view: Gives a fast overview of the number of locks on the resources. -Top level transaction list: Gives the top level and subtransaction coherence.
|
| Examples | |
$getTransactionDump{}
|
|
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_ADMINISTRATOR |
| Minimum parameters | 0 |
| Maximum parameters | 0 |