BackgroundOperationNextRunScheduled Property |
The next run scheduled time in milliseconds. Only available in Waiting state.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic Nullable<long> NextRunScheduled { get; }
Public ReadOnly Property NextRunScheduled As Nullable(Of Long)
Get
public:
property Nullable<long long> NextRunScheduled {
Nullable<long long> get ();
}
Property Value
Type:
NullableInt64
See Also