Enum RuntimeCheckOption_t

Enum Documentation

enum class DlSystem::RuntimeCheckOption_t

Enumeration of runtime available check options.

Values:

enumerator NORMAL_CHECK = 0

Perform standard runtime available check.

enumerator BASIC_CHECK = 1

Perform basic runtime available check, may be runtime specific.

enumerator UNSIGNEDPD_CHECK = 2

Perform unsignedPD runtime available check.

enumerator DEFAULT = 2

Perform standard runtime available check.

enumerator NUM_RUNTIMECHECK_OPTIONS

Any new enums should be added above this line.