Click or drag to resize

PFTimerJobJob Property

Gets the PFJob this PFTimerJob persists. PFJob instance state is automatically restored when getting from a PFTimerJob.

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

Property Value

Type: PFJob
See Also