R/api.R
da_finished.Rd
Returns TRUE if no task in data is still in the PENDING state.
TRUE
data
PENDING
da_finished(data)
A data frame containing a .task_state column.
.task_state
Logical scalar. TRUE if all tasks have left the PENDING state, FALSE otherwise.
FALSE