Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
PpSuspendJob()
Suspend a print job
Synopsis:
void PpSuspendJob( PpPrintContext_t *pc );
Arguments:
- pc
- The pointer to a PpPrintContext_t structure that was returned by PpCreatePC().
Library:
ph
Description:
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).
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
PpContinueJob(), PpCreatePC(), PpEndJob(), PpGetPC(), PpPrintContext_t, PpPrintNewPage(), PpPrintWidget(), PpReleasePC(), PpSetPC(), PpStartJob()
Printing in the Photon Programmer's Guide
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)