Job2.StopJob(Boolean, String) 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.
StopJob.
public:
abstract void StopJob(bool force, System::String ^ reason);
public:
abstract void StopJob(bool force, Platform::String ^ reason);
abstract void StopJob(bool force, std::wstring const & reason);
public abstract void StopJob (bool force, string reason);
override this.StopJob : bool * string -> unit
Public MustOverride Sub StopJob (force As Boolean, reason As String)
Parameters
- force
- Boolean
- reason
- String