Important: The information in this document is obsolete and should not be used for new development.
EnableIdle
You can use theEnableIdleprocedure to enable the idle state.
PROCEDURE EnableIdle;DESCRIPTION
TheEnableIdleprocedure cancels the effect of a call to theDisableIdleprocedure. A call to theEnableIdleprocedure enables the idle state only if the user has not used the Portable or PowerBook control panel to disable the idle state and if every call to theDisableIdleprocedure has been balanced by a call to theEnableIdleprocedure.ASSEMBLY-LANGUAGE INFORMATION
The MPW development system provides an assembly-language macro to execute theEnableIdleroutine. That macro calls the_IdleStatetrap. To call the_IdleStatetrap directly, you must first put a longword routine selector in the D0 register. ForEnableIdle, the routine selector is 0.SEE ALSO
See "Enabling or Disabling the Idle State," beginning on page 6-15, for more discussion ofEnableIdle.