IterationComplete

Property

Document.IterationComplete (read-only, Boolean)

Syntax

Document.IterationComplete

Remarks

Returns True if computations have completed for the current deconvolution step, and False if processing is still in progress. It also returns True if the first step has not yet been started. Thus if IterationComplete is True, it is possible to call Deconvolve to start an iteration.

This property is only available when deconvolution is active; otherwise it throws an exception.

For more information on how to use this property, refer to Deconvolve.