michaelrsweet / pappl

PAPPL - Printer Application Framework
https://www.msweet.org/pappl
Apache License 2.0
310 stars 50 forks source link

Add idle exit option #304

Closed michaelrsweet closed 1 year ago

michaelrsweet commented 1 year ago

Add an option to shutdown the system if it is idle for more than N seconds.

michaelrsweet commented 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)