WaitPSJobCommand Members

The following tables list the members exposed by the WaitPSJobCommand type.

Public Constructors

  Name Description
WaitPSJobCommand Initializes a new instance of the PSCmdlet class.

Top

Protected Fields

  Name Description
protected fieldstatic ComputerNameParameterSet  (Inherited from PSRemotingCmdlet)
protected fieldstatic SessionParameterSet  (Inherited from PSRemotingCmdlet)

Top

Public Properties

  Name Description
public property Any  
public property Command Overridden.  
public property CommandOrigin  Gets the origin of the command. The command can be invoked within a runspace or it could be an external request (such as invoking the command from the command line).(Inherited from InternalCommand)
public property CommandRuntime  Gets and sets the command runtime object that controls what happens when the cmdlet writes an object to the pipeline.(Inherited from Cmdlet)
public property CurrentPSTransaction  Gets the latest transaction started by running the Start-Transaction cmdlet.(Inherited from Cmdlet)
public property Events  (Inherited from PSCmdlet)
public property Host  Gets information about the host that is being used by the runspace.(Inherited from PSCmdlet)
public property Id  (Inherited from JobCmdletBase)
public property InstanceId  (Inherited from JobCmdletBase)
public property InvokeCommand  Gets utility routines for executing scripts and creating script blocks.(Inherited from PSCmdlet)
public property InvokeProvider  Gets provider information that is used to access a data store.(Inherited from PSCmdlet)
public property Job  
public property JobRepository  (Inherited from PSCmdlet)
public property MyInvocation  Gets invocation information about the cmdlet.(Inherited from PSCmdlet)
public property Name  (Inherited from JobCmdletBase)
public property ParameterSetName  Gets the name of the parameter set that is used by the cmdlet.(Inherited from PSCmdlet)
public property SessionState  Gets information about the current state of the session.(Inherited from PSCmdlet)
public property State  (Inherited from JobCmdletBase)
public property Stopping  Gets an indicator that the pipeline is stopping. The pipeline can be stopped for numerous reasons, such as when the user has entered the key combination CTRL+C, a terminating error has occurred, the hosting application requested a stop, and so on. (Inherited from Cmdlet)
public property Timeout  

Top

Public Methods

(see also Protected Methods)

  Name Description
public method CurrentProviderLocation  (Inherited from PSCmdlet)
public method Dispose  
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetResolvedProviderPathFromPSPath  (Inherited from PSCmdlet)
public method GetResourceString  (Inherited from Cmdlet)
public method GetType  (Inherited from Object)
public method GetUnresolvedProviderPathFromPSPath  (Inherited from PSCmdlet)
public method GetVariableValue  Overloaded. (Inherited from PSCmdlet)
public method Invoke  Invokes a cmdlet object and returns a collection of results.(Inherited from Cmdlet)
public methodstatic ReferenceEquals  (Inherited from Object)
public method ShouldContinue  Overloaded. (Inherited from Cmdlet)
public method ShouldProcess  Overloaded. (Inherited from Cmdlet)
public method ThrowTerminatingError  (Inherited from Cmdlet)
public method ToString  (Inherited from Object)
public method TransactionAvailable  Determines if the Start-Transaction cmdlet has been called and that there is a Windows PowerShell transaction available that the cmdlet can participate in. (Inherited from Cmdlet)
public method WriteCommandDetail  (Inherited from Cmdlet)
public method WriteDebug  (Inherited from Cmdlet)
public method WriteError  (Inherited from Cmdlet)
public method WriteObject  Overloaded. (Inherited from Cmdlet)
public method WriteProgress  (Inherited from Cmdlet)
public method WriteVerbose  (Inherited from Cmdlet)
public method WriteWarning  (Inherited from Cmdlet)

Top

Protected Methods

  Name Description
protected method BeginProcessing Overridden. Provides a one-time, pre-processing functionality for the cmdlet.
protected method EndProcessing Overridden. Provides a one-time, post-processing functionality for the cmdlet.
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
protected method ProcessRecord Overridden. Provides a record-by-record processing functionality for the cmdlet.
protected method ResolveComputerName  (Inherited from PSRemotingCmdlet)
protected method ResolveComputerNames  (Inherited from PSRemotingCmdlet)
protected method StopProcessing Overridden. Stops processing records when the user stops the cmdlet asynchronously.

Top

See Also

Reference

WaitPSJobCommand Class
Microsoft.PowerShell.Commands Namespace

Send comments about this topic to Microsoft.