BackgroundOperationPreviousRunFinished Property |
The previous run finished time in milliseconds. Only available after the first run has finished.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic Nullable<long> PreviousRunFinished { get; }
Public ReadOnly Property PreviousRunFinished As Nullable(Of Long)
Get
public:
property Nullable<long long> PreviousRunFinished {
Nullable<long long> get ();
}
Property Value
Type:
NullableInt64
See Also