========== Task class ========== .. js:class:: Task **domain**: client **language**: javascript Task class is used to create the root of the :doc:`Task tree ` of the project. Below the attributes, methods and events of the class are listed. It, as well, inherits attributes and methods of its ancestor class :doc:`AbstractItem class ` Attributes ========== .. toctree:: :maxdepth: 1 :glob: task/at_* Methods ======= .. toctree:: :maxdepth: 1 :glob: task/m_* Events ====== .. toctree:: :maxdepth: 1 :glob: task/on_*