awaitResults

suspend fun awaitResults(taskIds: Collection<TaskId>, on: Collection<PeerId> = nodes.keys.toList(), within: Duration = DEFAULT_AWAIT)

Suspend until every node in on has a result for every id in taskIds; fail fast with a state dump otherwise. The standard "tasks executed and boards converged" await.