PSChildJobProxy
Class
Definition
Job class used for children of PSJobProxy jobs.
public sealed class PSChildJobProxy : System.Management.Automation.Job2
- Inheritance
Inherited Members
System.Management.Automation.Job
System.Management.Automation.Job2
Properties
| HasMoreData |
Indicates the job has or can have more data on one or more data collection |
| Location |
The location of the job |
| StatusMessage |
Status message |
Methods
| ResumeJob() |
Not supported |
| ResumeJobAsync() |
Not supported |
| StartJob() |
Not supported |
| StartJobAsync() |
Not supported |
| StopJob(Boolean, String) |
StopJob |
| StopJob() |
Not supported |
| StopJobAsync() |
Not supported |
| StopJobAsync(Boolean, String) |
StopJobAsync |
| SuspendJob() |
Not supported |
| SuspendJob(Boolean, String) |
SuspendJob |
| SuspendJobAsync() |
Not supported |
| SuspendJobAsync(Boolean, String) |
SuspendJobAsync |
| UnblockJob() |
Not supported |
| UnblockJobAsync() |
Not supported |
Events
| JobDataAdded |
This event will be raised whenever data has been added to one of the job object's 6 collections. The event arguments include the job itself, the data type, indicating which collection has data added, and the index. |