Click or drag to resize

PFJobIsCanceled Property

Gets a value indicating whether this execution should be canceled. Code in the Execute method should take this property into account for async cancelation.

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 bool IsCanceled { get; }

Property Value

Type: Boolean
true if this instance is canceled; otherwise, false.
See Also