Click or drag to resize

PFTimerJobPaused Property

Not Implemented! Pause is implemented at the PFJobTrigger level. Gets or sets a value indicating whether this PFTimerJob is paused.

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

Property Value

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