isRunning Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(ImageProcessing.prototype, 'isRunning', 
	get: function() 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly