The power events are generated when the system power state changes, e.g. the
system is suspended, hibernated, plugged into or unplugged from the wall socket
The power events are generated when the system power state changes, e.g. the
system is suspended, hibernated, plugged into or unplugged from the wall socket
Notice that currently only suspend and resume events are generated and only
under MS Windows platform. To avoid the need to change the code using this
Notice that currently only suspend and resume events are generated and only
under MS Windows platform. To avoid the need to change the code using this
System is about to be suspended, this event can be vetoed to prevent
suspend from taking place.
System is about to be suspended, this event can be vetoed to prevent
suspend from taking place.
System is about to suspend: normally the application should quickly
(i.e. without user intervention) close all the open files and network
connections here, possibly remembering them to reopen them later when
the system is resumed.
System is about to suspend: normally the application should quickly
(i.e. without user intervention) close all the open files and network
connections here, possibly remembering them to reopen them later when
the system is resumed.
System resumed from suspend: normally the application should restore
the state in which it had been before the suspension.
@endEventTable
System resumed from suspend: normally the application should restore
the state in which it had been before the suspension.
@endEventTable