Click or drag to resize

PFJobInfoGetJobInfo Method (PFTimerJob)

Creates a PFJobInfo object from a persisted PFJob (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 static PFJobInfo GetJobInfo(
	PFTimerJob tJob
)

Parameters

tJob
Type: Packflow.Core.JobsPFTimerJob
The PFTimerJob that the returned JobInfo describes

Return Value

Type: PFJobInfo
See Also