ViewerState#
Enumeration ViewerState
Enumeration Members
CREATED
CREATED: 1000
Indicates that the Viewer is created
ERROR
ERROR: 5000
Indicates a general Error that doesn't match any of the specific ones.
ERROR_ WEBGL_ CONTEXT_ LOST
ERROR_ WEBGL_ CONTEXT_ LOST: 5001
Indicates that the Viewer lost the webGL Context. This can happen when your browser decides that your applications uses too many resources.
READY
READY: 3000
Indicates that the Viewer is ready to use.
SETUP
SETUP: 2000
Indicates that the Viewer is currently setting up the render pipeline.
WARNING
WARNING: 4000
Indicates a general Warning that doesn't match any of the specific ones.
The ViewerState describes the current state of a Viewer. The ViewerState is grouped by the ViewerStateCategory which can be discovered by dividing the State by 1000.