Skip to main content

task_ready

Called when a task is completed.

def task_ready(
request: object
) - > object

Called when a task is completed.

Parameters

NameTypeDescription
requestobjectThe request object associated with the completed task

Returns

TypeDescription
objectThe result of the internal __ready function call, typically signaling the completion of the request lifecycle