operationSucceeded property

bool operationSucceeded
inherited

This simply checks the OK value, that could return error (0.0) if network problems are detected.

Implementation

bool get operationSucceeded => ok == 1.0;