PSJobStartEventArgs Class

Definition

Arguments for the script job start callback event.

public ref class PSJobStartEventArgs sealed : EventArgs
public sealed class PSJobStartEventArgs : EventArgs
type PSJobStartEventArgs = class
    inherit EventArgs
Public NotInheritable Class PSJobStartEventArgs
Inherits EventArgs
Inheritance
PSJobStartEventArgs

Constructors

PSJobStartEventArgs(Job, Debugger, Boolean)

Constructor.

Properties

Debugger

Job debugger.

IsAsync

Job is run asynchronously.

Job

Job to be started.

Applies to