isRunning Property

Summary

Gets a value that indicate whether the image processing command is currently running.

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

Property Value

true if the image processing command is currently running, otherwise; false.

Remarks

After Run is called, the value of IsRunning will be set to true. After the Completed event fires, the value of IsRunning will be false. During that duration, you can call the Abort method to abort the operation.

Example

For an example, refer to ImageProcessing.

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.