DownloadState#

class omni.ext.DownloadState#

Bases: pybind11_object

Index/Extension Download States.

Members:

DOWNLOADING

DOWNLOAD_SUCCESS

DOWNLOAD_FAILURE

Methods

__init__(self, value)

Attributes

DOWNLOADING

DOWNLOAD_FAILURE

DOWNLOAD_SUCCESS

name

value

__init__(
self: omni.ext._extensions.DownloadState,
value: int,
) None#
property name#