ContainerParentJob.StopJob Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StopJob() |
Stop all child jobs. |
StopJob(Boolean, String) |
StopJob. |
StopJob()
Stop all child jobs.
public:
override void StopJob();
public:
override void StopJob();
override void StopJob();
public override void StopJob ();
override this.StopJob : unit -> unit
Public Overrides Sub StopJob ()
Applies to
StopJob(Boolean, String)
StopJob.
public:
override void StopJob(bool force, System::String ^ reason);
public:
override void StopJob(bool force, Platform::String ^ reason);
override void StopJob(bool force, std::wstring const & reason);
public override void StopJob (bool force, string reason);
override this.StopJob : bool * string -> unit
Public Overrides Sub StopJob (force As Boolean, reason As String)
Parameters
- force
- Boolean
- reason
- String