Raytrix Light Field SDK  5.0
EStatusMsg Namespace Reference

Values that represent EStatusMsg. More...

Enumerations

enum  ID
 

Detailed Description

Values that represent EStatusMsg.

Enumeration Type Documentation

◆ ID

Enumerator
None 

Undefined.

Debug 

Debug message.

Info 

A message containing information.

QuickInfo 

A message containing brief information.

Error 

A message containing error information.

Assertion 

A message containing assertions.

Exception 

A message containing exception information.

Fatal 

A message containing fatal information.

Warning 

A message containing warnings.

Progress_Init 

The number of steps in the process is passed in the iValue parameter.

Progress_Value 

The new value of the progress is passed in the iValue parameter.

Progress_Step 

Increment the progress by the number passed in iValue.

Progress_Finished 

Process is finished.

Progress_DelayTick 

Progress step delayed. Delay time in seconds given by iValue.

Progress_DelayStop 

Progress step delay stopped.