DisableIdle
DisableIdle Disable the Idle state
#include <Power.h> Power Manager
void DisableIdle( void );
returns nothing
The DisableIdle procedure disables the idle state, even if the user has used
the Portable control panel to enable the idle state. Every call to the
DisableIdle procedure must be balanced by a call to the EnableIdle
procedure before the idle state is re enabled.