Click or drag to resize

PFJobExecutionResult Property

Gets or sets the result of the execution. Returns 'Executed', 'Canceled' or 'Exception'.

Namespace:  Packflow.Core.Jobs
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public string Result { get; set; }

Property Value

Type: String
See Also