Job.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.
Stop this job object. If job contains child job, this should stop child job objects also.
public:
abstract void StopJob();
public:
abstract void StopJob();
abstract void StopJob();
public abstract void StopJob ();
abstract member StopJob : unit -> unit
Public MustOverride Sub StopJob ()