TransactionData LastDuration Property C# API
Get the duration (in milliseconds) of the last recorded instance of this transaction.

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

public long LastDuration { get; private set; }
Remarks

Note that this is the last duration recorded for the current VirtualUser, NOT for the entire test.
See Also