isCompleted property

bool get isCompleted

Whether the job has completed successfully.

Implementation

bool get isCompleted => status == 'COMPLETED';