isSucceeded property

bool get isSucceeded

Whether the render finished successfully.

Implementation

bool get isSucceeded => status == 'succeeded';