GETALLASSETSRESULT

Detailed Description

Result codes for GetAllAssets().

Since
S22

Enumerations

enum class  GETALLASSETSRESULT {
  FAILED ,
  OK ,
  MISSING
}
 

Functions

enum GETALLASSETSRESULT MAXON_ENUM_LIST (GETALLASSETSRESULT)
 

Enumeration Type Documentation

◆ GETALLASSETSRESULT

enum GETALLASSETSRESULT
strong
Enumerator
FAILED 

Function call went wrong.

OK 

Function succeeded and all assets exists.

MISSING 

Function succeeded but some assets cannot be found.

Function Documentation

◆ MAXON_ENUM_LIST()

enum GETALLASSETSRESULT MAXON_ENUM_LIST ( GETALLASSETSRESULT  )