eStatus#

Package:

@nvidia/omniverse-webrtc-streaming-library v4.4.2

Defined in:

StreamStatus.ts:58

Used in conjunction wth eAction, eStatus values define the current status of an eAction.

Enumeration Members#

canceled#

canceled: "canceled"

Defined in: StreamStatus.ts:66

The requested operation has been canceled.

error#

error: "error"

Defined in: StreamStatus.ts:68

The requested operation has completed unsuccessfully.

inProgress#

inProgress: "inProgress"

Defined in: StreamStatus.ts:62

The requested operation is in progress.

success#

success: "success"

Defined in: StreamStatus.ts:64

The requested operation has completed successfully.

unknown#

unknown: "unknown"

Defined in: StreamStatus.ts:60

The status of the requested operation is unknown.

waiting#

waiting: "waiting"

Defined in: StreamStatus.ts:72

The requested operation is queued to run.

warning#

warning: "warning"

Defined in: StreamStatus.ts:70

The requested operation has completed with a warning.