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