Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

IsWorking Property

Show in webframe
A boolean indicating whether the ImageLoader is trying to load an image.
Syntax
get_isWorking();
Object.defineProperty('isWorking');

Property Value

TypeDescription
booleantrue if and only if the Run method has been called, Abort has not been called, and the Always event handler has not finished.
Remarks

See Run for more information.

Example
See ImageLoader for an example.
See Also

Reference

ImageLoader Object
ImageLoader Members

Error processing SSI file