Skip to content

Commit

Permalink
Docs: add information on RuntimeTask
Browse files Browse the repository at this point in the history
Signed-off-by: Cleber Rosa <[email protected]>
  • Loading branch information
clebergnu committed Nov 8, 2023
1 parent 66b764c commit f82e4d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/guides/reference/chapters/runners.rst
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,9 @@ This status updates are in a format similar to those received from a
runner, but will add more information to them, such as its unique
identifier.

A different agreggate structure should be used to keep track of the
execution of tasks.
A different agreggate structure,
:class:`avocado.core.task.runtime.RuntimeTask`, is used to keep track
of the extra information while the task is being run.

Recipe
~~~~~~
Expand Down

0 comments on commit f82e4d5

Please sign in to comment.