LEADTOOLS JavaScript (Leadtools)

IsRunning Property

Show in webframe
Gets a value that indicate whether the image processing command is currently running.
Syntax
get_isRunning();
Object.defineProperty('isRunning');

Property Value

TypeDescription
booleantrue 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.

See Also

Reference

ImageProcessing Object
ImageProcessing Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.