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

UpdateStatus Enumeration

Specifies a current bitmap status.

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

Syntax

Java Script
GraphicsMill.UpdateStatus = function();
GraphicsMill.UpdateStatus.createEnum('GraphicsMill.UpdateStatus', false);

Members

Member name Description
ready

The remote scripting method has been completed (or was not run yet), and you can freely get return value or exception details.

refresh

The control updates a portion of image it displays (e.g. when user zoomed or scrolled it). The bitmap state is not changed while status is "refresh".

busy

The remote scripting method is running (the bitmap state is changing).

See Also

Reference