PSChildJobProxy Members
Represents a job class that is used for the children of PSJobProxy jobs. This class cannot be inherited.
The following tables list the members exposed by the PSChildJobProxy type.
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
![]() | ChildJobs | Gets a list of the child jobs included in this job. This property is introduced in Windows PowerShell 2.0. (Inherited from Job) |
![]() | Command | Gets the command that is run by this job. This property is introduced in Windows PowerShell 2.0. (Inherited from Job) |
![]() | Debug | Gets and sets the buffer where debug information is stored. This property is introduced in Windows PowerShell 2.0. (Inherited from Job) |
![]() | Error | Gets and sets the buffer where error information is stored. This property is introduced in Windows PowerShell 2.0. (Inherited from Job) |
![]() | Finished | Gets the wait handle that is signaled when job is finished. This property is introduced in Windows PowerShell 2.0. (Inherited from Job) |
![]() | HasMoreData | Overridden. Gets a value that indicates whether the job has or can have more data on one or more data collections. |
![]() | Id | Gets the identifier of the job. This property is introduced in Windows PowerShell 2.0. (Inherited from Job) |
![]() | InstanceId | Gets the identifier of this instance of the job. The instance identifier of the job is unique throughout all runspaces. This property is introduced in Windows PowerShell 2.0. (Inherited from Job) |
![]() | JobStateInfo | Gets the status of the job. This property is introduced in Windows PowerShell 2.0. (Inherited from Job) |
![]() | Location | Overridden. Gets the location of the job. |
![]() | Name | Gets and sets the name that can be used to identify the job. This property is introduced in Windows PowerShell 2.0. (Inherited from Job) |
![]() | Output | Gets and sets the output buffer for the job. This property is introduced in Windows PowerShell 2.0. (Inherited from Job) |
![]() | Progress | Gets and sets the progress buffer for the job. This property is introduced in Windows PowerShell 2.0. (Inherited from Job) |
![]() | PSBeginTime | Gets or sets when to begin the job. (Inherited from Job) |
![]() | PSEndTime | Gets or sets when to end the job. (Inherited from Job) |
![]() | PSJobTypeName | Gets or sets the job type name. (Inherited from Job) |
![]() | StartParameters | Gets or sets the parameters that are used to start a job. (Inherited from Job2) |
![]() | StatusMessage | Overridden. Gets the status message. |
![]() | Verbose | Gets and sets the verbose buffer for the job. This property is introduced in Windows PowerShell 2.0. (Inherited from Job) |
![]() | Warning | Gets and sets the warning buffer for the job. This property is introduced in Windows PowerShell 2.0. (Inherited from Job) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
![]() | Dispose | Overloaded. Releases the resources that are used by the Job object. These methods implement the Dispose pattern used to release managed and unmanaged resources. This method is introduced in Windows PowerShell 2.0. (Inherited from Job) |
![]() | Equals | (Inherited from Object) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | LoadJobStreams | Loads the required job streams. (Inherited from Job) |
![]() | ResumeJob | Overridden. Not supported. |
![]() | ResumeJobAsync | Overridden. Not supported. |
![]() | StartJob | Overridden. Not supported. |
![]() | StartJobAsync | Overridden. Not supported. |
![]() | StopJob | Overloaded. Overridden. Stops a job synchronously. |
![]() | StopJobAsync | Overloaded. Overridden. Stops a job asynchronously. |
![]() | SuspendJob | Overloaded. Overridden. Suspends a job synchronously. |
![]() | SuspendJobAsync | Overloaded. Overridden. Suspends a job asynchronously. |
![]() | ToString | (Inherited from Object) |
![]() | UnblockJob | Overridden. Not supported. |
![]() | UnblockJobAsync | Overridden. Not supported. |
![]() | UnloadJobStreams | Unloads the required job streams. (Inherited from Job) |
| Name | Description | |
|---|---|---|
|
AutoGenerateJobName | Automatically adds the specified job name if the user does not supply one when creating the job. This method is introduced in Windows PowerShell 2.0. (Inherited from Job) |
|
Dispose | Overloaded. Releases the resources that are used by the Job object. These methods implement the Dispose pattern used to release managed and unmanaged resources. This method is introduced in Windows PowerShell 2.0. (Inherited from Job) |
|
DoLoadJobStreams | Specifies the loading of the streams for a particular job. (Inherited from Job) |
|
DoUnloadJobStreams | Unloads job stream information, which enables jobs to clear stream information from memory. (Inherited from Job) |
|
Finalize | (Inherited from Object) |
|
MemberwiseClone | (Inherited from Object) |
|
OnResumeJobCompleted | Raises the event when resuming a suspended job is completed. (Inherited from Job2) |
|
OnStartJobCompleted | Raises the event when the starting of a job is completed. (Inherited from Job2) |
|
OnStopJobCompleted | Raises the event when the stopping of a job is completed. (Inherited from Job2) |
|
OnSuspendJobCompleted | Raises the event when the suspending of a job is completed. (Inherited from Job2) |
|
OnUnblockJobCompleted | Raises the event when the unblocking of a blocked job is completed. (Inherited from Job2) |
|
SetJobState | Sets the status of the job, such as is it running, has it completed, or has it failed. This method is introduced in Windows PowerShell 2.0. (Inherited from Job) |
|
SetJobState | Stores the state of the job. (Inherited from Job2) |
| Name | Description | |
|---|---|---|
|
JobDataAdded | Occurs when data has been added to one of the job object's stream collections. The event arguments (in the JobDataAddedEventArgs class) include the job itself, the data type (PowerShellStreamType), which indicates the type of collection with the added data, and the index. |
|
ResumeJobCompleted | Occurs when the asynchronous resuming of a suspended job is completed. (Inherited from Job2) |
|
StartJobCompleted | Occurs when the start job activity is completed. (Inherited from Job2) |
|
StateChanged | Event fired when the status of the job changes, such as when the job has completed in all runspaces or failed in any one runspace. This event is introduced in Windows PowerShell 2.0. (Inherited from Job) |
|
StopJobCompleted | Occurs when the asynchronous stopping of a job is completed. (Inherited from Job2) |
|
SuspendJobCompleted | Occurs when the asynchronous suspending of a job is completed. (Inherited from Job2) |
|
UnblockJobCompleted | Occurs when the asynchronous unblocking of a blocked job is completed. (Inherited from Job2) |
Send comments about this topic to Microsoft.

