Specifies a current bitmap status.
Namespace:
GraphicsMill
Assembly:
Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
GraphicsMill.UpdateStatus = function(); GraphicsMill.UpdateStatus.createEnum('GraphicsMill.UpdateStatus', false);
Member name | Description |
---|---|
busy |
The remote scripting method is running (the bitmap state is changing). |
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". |