Closed michaelrsweet closed 1 year ago
extern int papplSystemGetIdleShutdown(pappl_system_t *system) _PAPPL_PUBLIC;
extern void papplSystemSetIdleShutdown(pappl_system_t *system, int seconds) _PAPPL_PUBLIC;
[master f51179f] Add papplSystemGet/SetIdleShutdown APIs to support idle shutdown of the system (Issue #304)
Add an option to shutdown the system if it is idle for more than N seconds.