Click or drag to resize

PFTaskEventArgs Constructor

Initializes a new instance of the PFTaskEventArgs class.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFTaskEventArgs(
	PFTask task
)

Parameters

task
Type: Packflow.CorePFTask
The task.
See Also