Batch

Constructor:

Signature:

def __init__(self, tasks: List[LoaderTask] = list(), dispatched: bool = False) -> None:
...

Parameters:

  1. tasks:

    Type
    List[LoaderTask]
    Default
    list()
  2. dispatched:

    Type
    bool
    Default
    False

Methods:

Attributes:

  1. tasks:

    Type
    List[LoaderTask]
  2. dispatched:

    Type
    bool