the status of the print job in the printer queues and printer. This can allow your application to show things like “out of paper” issues, and when the print job actually reaches the printer. However, this is often implemented using polling, and should not be enabled unless needed.
PrintOperation.trackPrintStatus
bool trackPrintStatus() @propertyGet trackPrintStatus property.
Returns
If true, the print operation will try to continue report on
void trackPrintStatus(bool propval) @propertySet trackPrintStatus property.
Parameters
propval | If true, the print operation will try to continue report on the status of the print job in the printer queues and printer. This can allow your application to show things like “out of paper” issues, and when the print job actually reaches the printer. However, this is often implemented using polling, and should not be enabled unless needed. |