|
@@ -40,7 +40,7 @@ class ServiceController extends GetxController {
|
|
|
![RunningState.starting, RunningState.stopping].contains(coreStatus.value);
|
|
|
bool get isCanOperationCore =>
|
|
|
serviceStatus.value == RunningState.running && ![RunningState.starting, RunningState.stopping].contains(coreStatus.value);
|
|
|
-
|
|
|
+ bool get coreIsRuning => coreStatus.value == RunningState.running;
|
|
|
ServiceController(
|
|
|
|
|
|
);
|