VirtualUserScript CurrentTransaction Property C# API
Gets the name of the transaction that is currently in progress.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public string CurrentTransaction { get; }

Field Value

The name of the transaction that is currently in progress.
Remarks

This is the name of the most recent transaction to be started by a call to StartTransaction(String, String). If no transaction is currently in progress, then an empty string will be returned.
See Also