Status#

Fully qualified name: omni::graph::exec::unstable::Status

enum class omni::graph::exec::unstable::Status : uint32_t#

Return status of all executions.

Status objects can be or’d together, allowing a single Status to represent the result of many operations.

See Error Handling to understand how this object is used during error handling.

Values:

enumerator eUnknown#

Status is undetermined yet.

enumerator eFailure#

Execution failed.

enumerator eSkip#

Execution was skipped.

enumerator eDeferred#

Execution was deferred to start and/or complete outside of current execution frame.

enumerator eSuccess#

Execution was successful.

enumerator eInProgress#

Execution is in progress.