Process::Terminate Method (Boolean)

 

Terminates this process.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

void Terminate(
	bool WaitForBreakOrEnd = true
)

Parameters

WaitForBreakOrEnd
Type: System::Boolean

Set to true if the debugging session should stop only when it reaches a break or the end. Set to false if you intend to stop debugging, but you have to perform other tasks in the macro before the debugger breaks or ends. For more information, see Breaking Execution.

The following example demonstrates how to use the Terminate method.

No code example is currently available or this language may not be supported.
Return to top
Show: