Click or drag to resize

PFJobInfoGetJobInfo Method (PFJob)

Creates a PFJobInfo object from a PFJob instance

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(
	PFJob job
)

Parameters

job
Type: Packflow.Core.JobsPFJob
The PFJob that the returned JobInfo describes

Return Value

Type: PFJobInfo
See Also