TaskHandle constructor
- bool cancelLambda(),
- bool isFinishedGetLambda(),
- bool isCancelledGetLambda()
Handle used for the manipulation of the task.
Implementation
factory TaskHandle(
bool Function() cancelLambda,
bool Function() isFinishedGetLambda,
bool Function() isCancelledGetLambda
) => TaskHandle$Lambdas(
cancelLambda,
isFinishedGetLambda,
isCancelledGetLambda
);