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 [DataMemberAttribute]
public bool Paused { get; set; }
Property Value
Type:
Booleantrue if paused; otherwise,
false.
See Also