WH_FOREGROUNDIDLE top-level constant

  1. @Deprecated('Use WINDOWS_HOOK_ID.WH_FOREGROUNDIDLE instead')
int const WH_FOREGROUNDIDLE

Installs a hook procedure that will be called when the application's foreground thread is about to become idle. This hook is useful for performing low priority tasks during idle time.

Implementation

@Deprecated('Use WINDOWS_HOOK_ID.WH_FOREGROUNDIDLE instead')
const WH_FOREGROUNDIDLE = 11;