PSJobStartEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |