(self, user, execution_id)
| 247 | @check_authorization |
| 248 | @inject_user |
| 249 | def post(self, user, execution_id): |
| 250 | self.application.execution_service.stop_script(execution_id, user) |
| 251 | |
| 252 | |
| 253 | class ScriptKill(BaseRequestHandler): |
no test coverage detected