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