Click or drag to resize

PFJobIsBusy Property

Gets a value indicating whether this instance is currently executing.

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

Property Value

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