completesImmediately property

bool completesImmediately
getter/setter pair

Whether onFrameComplete runs its callback at once.

True by default, so every test that does not care about this sees a backend that finishes as it goes.

Implementation

bool completesImmediately = true;