End a print job
int PpEndJob( PpPrintContext_t *pc );
ph
This function completes the current print job for the provided print context. If the print context is active, it's deactivated as if PpSuspendJob() had been called.
The print context is deactivated, but isn't destroyed, so it can be used for future print jobs with little or no reconfiguration. To release the print context, call PpReleasePC(). |
When this function returns, the printed output has been generated and sent to the destination specified in the print context.
See PpContinueJob().
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PpContinueJob(), PpCreatePC(), PpGetPC(), PpPrintContext_t, PpPrintNewPage(), PpReleasePC(), PpPrintWidget(), PpSetPC(), PpStartJob(), PpSuspendJob()
Printing in the Photon Programmer's Guide