Gets a value that indicate whether the image processing command is currently running.
Object.defineProperty(ImageProcessing.prototype, 'isRunning',
get: function()
)
isRunning: boolean; // read-only
true if the image processing command is currently running, otherwise; false.
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.
For an example, refer to ImageProcessing.