You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the discussion in this issue, adding a global listener for a specific groupId would be beneficial to be able to listen to a group of tasks and when they will all be complete.
From the discussion in this issue, adding a global listener for a specific
groupId
would be beneficial to be able to listen to a group of tasks and when they will all be complete.Tasks to help you get started:
runningTask(task: PendingTask)
,fun allTasksComplete()
,fun taskDoneRunning(taskId: Long, successful: Boolean, numberTasksLeftInGroup: Int)
WendyConfig
to add a listener to a group by idThe text was updated successfully, but these errors were encountered: