PSJobStartEventArgs(Job, Debugger, Boolean) Constructor

Definition

Constructor.

public:
 PSJobStartEventArgs(System::Management::Automation::Job ^ job, System::Management::Automation::Debugger ^ debugger, bool isAsync);
public PSJobStartEventArgs (System.Management.Automation.Job job, System.Management.Automation.Debugger debugger, bool isAsync);
new System.Management.Automation.PSJobStartEventArgs : System.Management.Automation.Job * System.Management.Automation.Debugger * bool -> System.Management.Automation.PSJobStartEventArgs
Public Sub New (job As Job, debugger As Debugger, isAsync As Boolean)

Parameters

job
Job

Started job.

debugger
Debugger

Debugger.

isAsync
Boolean

Job started asynchronously.

Applies to