TaskFunction typedef

TaskFunction = dynamic Function(TaskArgs args)

The typedef for grinder task functions.

Implementation

typedef TaskFunction = dynamic Function(TaskArgs args);