IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
StopRunAction stops an ongoing run. More...
Public Member Functions | |
StopRunAction (FrameworkController controller, bool force, object handler) | |
Construct a StopRunAction and stop any ongoing run. If no run is in process, no error is raised. More... | |
![]() | |
override object | InitializeLifetimeService () |
Obtains a lifetime service object to control the lifetime policy for this instance. More... | |
StopRunAction stops an ongoing run.
|
inline |
Construct a StopRunAction and stop any ongoing run. If no run is in process, no error is raised.
controller | The FrameworkController for which a run is to be stopped. |
force | True the stop should be forced, false for a cooperative stop. |
handler | >A callback handler used to report results |
A forced stop will cause threads and processes to be killed as needed.
References NUnit.Framework.Api.FrameworkController.StopRun().