PSEventJob
Class
Definition
A class to give a job-like interface to event actions
public class PSEventJob : System.Management.Automation.Job
- Inheritance
Inherited Members
System.Management.Automation.Job
Constructors
| PSEventJob(PSEventManager, PSEventSubscriber, ScriptBlock, String) |
Creates a new instance of the PSEventJob class.
|
Properties
| HasMoreData |
indicates if more data is available |
| Location |
Location in which this job is running |
| Module |
Gets dynamic module where the action is invoked |
| StatusMessage |
Message indicating status of the job |
Methods
| StopJob() |
Stop Job |