TransactionData MinimumDuration Property C# API
Get the minimum recorded duration (in milliseconds) of this transaction.

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

public long MinimumDuration { get; private set; }
Remarks

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