Searched refs:isOperationInProgress (Results 1 – 4 of 4) sorted by relevance
34 isOperationInProgress: false, property in ControlStore.state39 isOperationInProgress: (state) => state.isOperationInProgress,45 (state.isOperationInProgress = inProgress),
5 <alert v-if="isOperationInProgress" variant="info" class="mb-5">52 isOperationInProgress() {53 return this.$store.getters['controls/isOperationInProgress'];
86 return !this.isServerOff || this.loading || this.isOperationInProgress;88 return this.loading || this.isOperationInProgress;
72 <template v-if="isOperationInProgress">200 isOperationInProgress() {201 return this.$store.getters['controls/isOperationInProgress'];