OMNI_SUCCEEDED

Defined in omni/core/IObject.h

OMNI_SUCCEEDED(x_)

Returns true if the given omni::core::Result is not a failure code.

true will 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).