invoke

suspend fun invoke(task: Task): Boolean

Invokes the task processing logic for the given task.

Return

true if the task was processed successfully, false otherwise.

Parameters

task

The task to be processed.