C# 클래스 NUnit.Framework.Api.FrameworkController.StopRunAction

StopRunAction stops an ongoing run.
상속: FrameworkControllerAction
파일 보기 프로젝트 열기: nunit/nunit

공개 메소드들

메소드 설명
StopRunAction ( FrameworkController controller, bool force, object handler ) : System

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

A forced stop will cause threads and processes to be killed as needed.

메소드 상세

StopRunAction() 공개 메소드

Construct a StopRunAction and stop any ongoing run. If no run is in process, no error is raised.
A forced stop will cause threads and processes to be killed as needed.
public StopRunAction ( FrameworkController controller, bool force, object handler ) : System
controller FrameworkController The FrameworkController for which a run is to be stopped.
force bool True the stop should be forced, false for a cooperative stop.
handler object >A callback handler used to report results
리턴 System