This documentation is for the old version. Go to the latest Graphics Mill docs

BaseViewer.status Property

Gets a current Viewer status.

Namespace: GraphicsMill
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
function get_status();

Property Value

The value which represents current status of Viewer control.

Remarks

It can be one of the following values:

  • ready The remote scripting method has been completed (or was not run yet), and you can freely get return value or exception details.
  • busy The remote scripting method is running (the viewer state is changing).
  • refresh The control updates a portion of content it displays (e.g. when user zoomed or scrolled it).

See Also

Reference