isWorking Property

Summary

A boolean indicating whether the ImageLoader is trying to load an image.

Syntax

JavaScript Syntax
Object.defineProperty(ImageLoader.prototype, 'isWorking', 
	get: function() 
) 
TypeScript Syntax
isWorking: boolean; // read-only 

Property Value

true 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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly