Detailed Description

Enumerations

enum  {
  RM_PROGRESS ,
  RM_FINISHED ,
  RM_STOPPED ,
  RM_ERROR ,
  RM_ERROR2 ,
  RM_PAUSED ,
  RM_QUEUE ,
  RM_PROGRESS_WITH_WARNING ,
  RM_NONE
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
RM_PROGRESS 

Is rendering.

RM_FINISHED 

Finished rendering.

RM_STOPPED 

Stopped rendering (canceled).

RM_ERROR 

Error.

RM_ERROR2 

Error.

RM_PAUSED 

Rendering paused.

RM_QUEUE 

Resides within the render queue but is not rendered yet.

RM_PROGRESS_WITH_WARNING 

Render in progress but with warning.

RM_NONE 

None.