OMNI_SUCCEEDED
Defined in omni/core/Result.h
- 
OMNI_SUCCEEDED(x_)
- Returns - trueif the given omni::core::Result is not a failure code.- truewill be returned not only if the given result is omni::core::kResultSuccess, but any other omni::core::Result that is not a failure code (such as warning omni::core::Result codes).