IsProcessorCyclingEnabled
You can use theIsProcessorCyclingEnabled
function to find out whether processor cycling is enabled.
Boolean IsProcessorCyclingEnabled();DESCRIPTION
TheIsProcessorCyclingEnabled
function returns a Boolean value oftrue
if processor cycling is currently enabled, orfalse
if it is disabled.ASSEMBLY-LANGUAGE INFORMATION
The trap is_PowerMgrDispatch
($A09E). The selector value forIsProcessorCyclingEnabled
is 24 ($18) in the low word of register D0. The Boolean result is returned in register D0.