await TaskService.update(this.currentTask._id, {
            status: TASK_STATUS.ERROR,
            error: this.statusMsg.error
        });