sequential property

bool sequential
final

If true the tasks will be executed sequentially, waiting each task to finished before start the next, in the order of execute call.

Implementation

final bool sequential;