stopTransactionTrace

stopTransactionTrace();

The stopTransactionTrace method of the Process class turns off transaction tracing for the receiving Process instance, which must be the current process.

Transaction tracing can be stopped regardless of the current transaction state. You can stop and start transaction tracing multiple times within a transaction.

Calling the stopTransactionTrace method does not remove trace information from the current transaction trace object. The information is cleared automatically when tracing is next started outside of transaction state or within a subsequent transaction. The information can also be cleared by calling the clear for the JadeTransactionTrace object.

If the stopTransactionTrace method is called when transaction tracing is not active, an exception is raised.