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

Leadtools Assembly