Suspend a print job
void PpSuspendJob( PpPrintContext_t *pc );
ph
This function deactivates the given print context, if it's active, making the default draw context active. This means that draw commands are sent to Photon (i.e. printing is turned off).
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PpContinueJob(), PpCreatePC(), PpEndJob(), PpGetPC(), PpPrintContext_t, PpPrintNewPage(), PpPrintWidget(), PpReleasePC(), PpSetPC(), PpStartJob()
Printing in the Photon Programmer's Guide