RENDERJOBLIST

Detailed Description

Enumerations

enum class  RENDERJOBLIST {
  INACTIVE ,
  ACTIVE ,
  LOAD ,
  ALL
}
 

Functions

enum RENDERJOBLIST MAXON_ENUM_FLAGS (RENDERJOBLIST)
 

Enumeration Type Documentation

◆ RENDERJOBLIST

enum RENDERJOBLIST
strong
Enumerator
INACTIVE 

Inactive.

ACTIVE 

Active.

LOAD 

Load.

ALL 

All: RENDERJOBLIST::INACTIVE | RENDERJOBLIST::ACTIVE | RENDERJOBLIST::LOAD.

Function Documentation

◆ MAXON_ENUM_FLAGS()

enum RENDERJOBLIST MAXON_ENUM_FLAGS ( RENDERJOBLIST  )