Method | Description | |
---|---|---|
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 ( |
||
controller | 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 |
return | System |