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 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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