I have found this code demonstrating printing with win32print. There is a call of
time.sleep(5)
.
How can I better determine when the printer is printing and when printing has finished, to notify the user about it?
I have found this code demonstrating printing with win32print. There is a call of
time.sleep(5)
.
How can I better determine when the printer is printing and when printing has finished, to notify the user about it?