transactionTraceStarted

transactionTraceStarted(): Boolean;

The transactionTraceStarted method of the Process class enables an application to determine whether transaction tracing is currently enabled. The receiving Process instance must be the current process.

If transaction tracing has been started by calling the startTransactionTrace method of the Process class and not yet stopped by calling the startTransactionTrace method, true is returned. If transaction tracing has not been started or has been stopped and not yet restarted, false is returned.