stop method
- @override
override
Implementation
@override
Future<FabricServer> stop() async {
executeCommand("stop");
await process.exitCode;
this._running = false;
return this;
}
@override
Future<FabricServer> stop() async {
executeCommand("stop");
await process.exitCode;
this._running = false;
return this;
}