isPending property

bool get isPending

Whether the render is still queued or running.

Implementation

bool get isPending => status == 'queued' || status == 'running';