IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Api.FrameworkController.StopRunAction Class Reference

StopRunAction stops an ongoing run. More...

+ Inheritance diagram for NUnit.Framework.Api.FrameworkController.StopRunAction:
+ Collaboration diagram for NUnit.Framework.Api.FrameworkController.StopRunAction:

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...
 
- Public Member Functions inherited from NUnit.Framework.Compatibility.LongLivedMarshalByRefObject
override object InitializeLifetimeService ()
 Obtains a lifetime service object to control the lifetime policy for this instance. More...
 

Detailed Description

StopRunAction stops an ongoing run.

Constructor & Destructor Documentation

NUnit.Framework.Api.FrameworkController.StopRunAction.StopRunAction ( FrameworkController  controller,
bool  force,
object  handler 
)
inline

Construct a StopRunAction and stop any ongoing run. If no run is in process, no error is raised.

Parameters
controllerThe FrameworkController for which a run is to be stopped.
forceTrue 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().


The documentation for this class was generated from the following file: