.. _pilot.Task: pilot.Task ========== .. cpp:namespace:: pilot::Task Class ----- `Task` contains information about the current task being executed by the :ref:`TaskHandler`. Fields ------ .. cpp:member:: Hash64 id Unique task id, randomly generated. See :ref:`vnx.Hash64`. .. cpp:member:: string module Module name which is handling the task, empty if handled internally. .. cpp:member:: string method Method name of the task being executed. .. cpp:member:: Object args Parameters for the task being executed. See :ref:`vnx.Object`.