AsyncJob Class

Definition

public class AsyncJob : System.Management.Automation.Job, System.Management.Automation.ICommandRuntime2
type AsyncJob = class
    inherit Job
    interface ICommandRuntime2
    interface ICommandRuntime
Public Class AsyncJob
Inherits Job
Implements ICommandRuntime2
Inheritance
AsyncJob
Implements

Properties

CurrentPSTransaction
HasMoreData
Host
Location
StatusMessage

Methods

Monitor(Task)
ShouldContinue(String, String)
ShouldContinue(String, String, Boolean, Boolean)
ShouldContinue(String, String, Boolean, Boolean, Boolean)
ShouldProcess(String)
ShouldProcess(String, String)
ShouldProcess(String, String, String)
ShouldProcess(String, String, String, ShouldProcessReason)
StopJob()
ThrowTerminatingError(ErrorRecord)
TransactionAvailable()
WriteCommandDetail(String)
WriteDebug(String)
WriteError(ErrorRecord)
WriteInformation(InformationRecord)
WriteObject(Object)
WriteObject(Object, Boolean)
WriteProgress(Int64, ProgressRecord)
WriteProgress(ProgressRecord)
WriteVerbose(String)
WriteWarning(String)

Applies to