_completeRunningTask (queue) {
    this.state.runningTasks = this.state.runningTasks.filter(task => task.index !== queue)
  }