isProcessing property

bool get isProcessing

Whether the job is currently processing.

Implementation

bool get isProcessing => status == 'PROCESSING';