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