isPending property

bool get isPending

Whether the job is pending (waiting to start).

Implementation

bool get isPending => status == 'PENDING';