Process4::Terminate Method (Boolean)

 

Terminates this process.

Namespace:   EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.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.

Return to top
Show: