Click or drag to resize

PFJobExecutionInfoDuration Property

Calculated duration, based on StartTime and EndTime (if present). Will use actual time for calculation instead. This property is not serialized.

Namespace:  Packflow.Core.Jobs
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[IgnoreDataMemberAttribute]
public TimeSpan Duration { get; }

Property Value

Type: TimeSpan
See Also