PSWorkflowJob.StopJob Method

Definition

Overloads

StopJob()

public:
 override void StopJob();

Applies to

Windows PowerShell 5.1.0.0
Product Versions
Windows PowerShell 5.1.0.0

StopJob(Boolean, String)

Stop Job

public:
 override void StopJob(bool force, System::String ^ reason);

Parameters

force
Boolean

True to force stop

reason
String

Reason for forced stop

Applies to

Windows PowerShell 5.1.0.0
Product Versions
Windows PowerShell 5.1.0.0

StopJob(Boolean, String, Boolean)

Stop Job

public:
 void StopJob(bool force, System::String ^ reason, bool suppressError);

Parameters

force
Boolean

True to force stop

reason
String

Reason for forced stop

suppressError
Boolean

Suppress error for forced stop

Applies to

Windows PowerShell 5.1.0.0
Product Versions
Windows PowerShell 5.1.0.0