Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 969 Bytes

reference.rst

File metadata and controls

54 lines (33 loc) · 969 Bytes

Reference

Classes and functions are documented here automatically, extracting information from the comments in the source code.

taskmanager.models

.. automodule:: taskmanager.models

   .. rubric:: Classes

   .. autosummary::

      AppCommand
      Report
      Task
      TaskCategory

taskmanager.management.base

.. automodule:: taskmanager.management.base

   .. rubric:: Classes

   .. autosummary::

      LoggingBaseCommand

taskmanager.logging

.. automodule:: taskmanager.logging

   .. rubric:: Classes

   .. autosummary::

      NoTerminatorStreamHandler

taskmanager.tasks

.. automodule:: taskmanager.tasks

.. py:function:: taskmanager.tasks.exec_command_task(curr_task, *args, **kwargs)

    Execute the command of a Task.

    :param Task curr_task: instance of the task to execute
    :param args: unnamed arguments
    :param kwargs: named arguments