progress
This commit is contained in:
parent
3f951d1c09
commit
28c36ae710
31 changed files with 495 additions and 65 deletions
|
@ -0,0 +1,10 @@
|
|||
import { CallbackStrategyWithEmpty, ResponseBase } from "../../../core/controllers/http_controller";
|
||||
import { Result } from "../../../core/helpers/result";
|
||||
import { SpawnProcessUseCase } from "../../../core/usecases/exec_process_usecase";
|
||||
import { GetCommandScenario } from "./get_command_scenario";
|
||||
import { ProcessWatcher } from "../service/process_watcher";
|
||||
import { App } from "../../../core/controllers/app";
|
||||
|
||||
export class GetSimulationStateScenario extends CallbackStrategyWithEmpty {
|
||||
call = async (): ResponseBase => Result.ok("");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue