| | |
| | | try { |
| | | if (this.isPageVisible) |
| | | await this.checkTaskGroupStatus() |
| | | setTimeout(this.timerCheckTaskGroupStatus, 1000); |
| | | // setTimeout(this.timerCheckTaskGroupStatus, 1000); |
| | | } catch (ex) { |
| | | showError(ex).then((res)=>{ |
| | | setTimeout(this.timerCheckTaskGroupStatus, 1000); |
| | | }) |
| | | showToast(ex) |
| | | // showError(ex).then((res)=>{ |
| | | // setTimeout(this.timerCheckTaskGroupStatus, 1000); |
| | | // }) |
| | | } finally { |
| | | |
| | | setTimeout(this.timerCheckTaskGroupStatus, 1000); |
| | | } |
| | | }, |
| | | async checkTaskGroupStatus() { |
| | |
| | | } catch (ex) { |
| | | |
| | | this.taskStatus = {} |
| | | showError(ex) |
| | | showToast(ex) |
| | | } |
| | | }, |
| | | setTaskGroupStatus(cmdID) { |