Please enable JavaScript to view this site.

TIFF Image Printer

Description

Waits for all print jobs in all printers in the printer pool to be completed. The method returns True as soon as all print jobs in all printers in the printer pool are completed, or False if the timeout period elapses before the jobs are complete.

If any of the IPNSession events, in particular OnCloseFile and OnEndJob, are being used then this function has to be called before releasing the session object in order to ensure that all event notifications are received.

Syntax

expression.WaitForCompletion(WaitTimeout)

Returns Boolean True if all print jobs were completed within the timeout period, and False if they did not.

Parameters

Integer WaitTimeout

The amount of time, in milliseconds, to wait for all the jobs to be completed.

Supported Printers: TIFF Image Printer, PDF Image Printer, Raster Image Printer

See Also: Reset TrackingOn IPNJobs IPNJob