isWorking Property

Summary

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

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

Property Value

IsWorking becomes true after the PreRun event completes without Abort or Dispose being called and without cancellation from ImageLoaderPreRunEventArgs.Cancel.

IsWorking becomes false when Abort or Dispose is called or before the Done, Fail, and Always events run.

Remarks

See Run for more information.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.