Click or drag to resize

PFJobExecutionInfoSteps Property

Gets or sets a collection of log entries related to this Job execution.

Namespace:  Packflow.Core.Jobs
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataMemberAttribute]
public List<PFJobExecutionLogEntry> Steps { get; set; }

Property Value

Type: ListPFJobExecutionLogEntry
See Also