Important: The information in this document is obsolete and should not be used for new development.
IsProcessorCyclingEnabled
You can use theIsProcessorCyclingEnabledfunction to find out whether processor cycling is enabled.
Boolean IsProcessorCyclingEnabled();DESCRIPTION
TheIsProcessorCyclingEnabledfunction returns a Boolean value oftrueif processor cycling is currently enabled, orfalseif it is disabled.ASSEMBLY-LANGUAGE INFORMATION
The trap is_PowerMgrDispatch($A09E). The selector value forIsProcessorCyclingEnabledis 24 ($18) in the low word of register D0. The Boolean result is returned in register D0.