canceled property

bool canceled
final

If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.

Implementation

final bool canceled;