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

Leadtools Assembly