文档中心is_okBack to Top is_ok FunctionChecks whether the status is normal. C++ Prototypebool IsOk() const; Python Prototypeis_ok() ParametersNone Usage ExampleCheck whether the status is normal. 1ret = status.is_ok() Parent topic: Status