判断状态对象状态是否是成功的。
bool IsOk() const;
无。
status = Status(Error::Code::ERROR, "Engine init model failed: new modelBackend failed"); if (!status.IsOk()) { return; }