Please enable JavaScript to view this site.

TIFF Image Printer

Description

Clears any currently accumulated job tracking information from the Jobs collection. Job tracking information can only be cleared from the collection when there are no jobs running on any of the printers in your printer pool.

Job information is only accumulated if job tracking is enabled for the session object. Job tracking is off by default and is enabled through the TrackingOn property.

The Reset method should be called after calling WaitForCompletion to determine that all print sessions have completed, or the WaitTimeout parameter can be used to specify a timeout period to wait for any running print jobs to finish. If the print jobs have not completed the method returns False and nothing is cleared.

Syntax

expression.Reset(WaitTimeout)

Returns Boolean True if the job collection was cleared within the timeout period, and False if it did not.

Parameters

Integer WaitTimeout

The amount of time, in milliseconds, to wait for the job information to be cleared.

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

See Also: WaitForCompletion TrackingOn IPNJobs IPNJob