updatePageStatus method
Indicates the status of a print job.
Syntax
var retval = TemplatePrinter.updatePageStatus(bstrTitle);
Parameters
bstrTitle [in]
Type: long
A Boolean that specifies one of the following values.
(true)
The print job is spooling to the printer.
(false)
The print job has stopped spooling.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.