Click or drag to resize

PFJobTriggerPaused Property

Gets or sets a value indicating whether this PFJobTrigger is paused.

Namespace:  Packflow.Core.Jobs.Triggers
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataMemberAttribute]
public bool Paused { get; set; }

Property Value

Type: Boolean
true if paused; otherwise, false.
See Also