Task - Define a task executed in your nodes

class manta_light.task.Task

Task abstract module.

  • Set the name of the task

  • Set the host and port for the RPC connection

  • Set the Task ID

  • Initialize the Local and World services

  • Initialize the logger

world

For accessing and sending global data

Type:

World

local

For accessing local data

Type:

Local

logger

Convenient logger which are collected and stored in Manager

Type:

logging.Logger