Skip to content

Taipy.core.get latest job

Return the latest job of a task.

Parameters:

Name Type Description Default
task Task

The task to retrieve the latest job from.

required

Returns:

Type Description
Optional[Job]

Optional[Job^]: The latest job created from task. This is None if no job has been created from task.