Click or drag to resize

PFJobExecutionProcessId Property

Gets or sets the Id of the process this PFJob executed in.

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 int ProcessId { get; set; }

Property Value

Type: Int32
The PID of the process which hosted the job execution.
See Also