Question on idle settings

What does BigFix consider a machine as being idle? Is it basically no keyboard or mouse movement?

Thanks,

Don

Is this question in relation to the Work/SleepIdle Client settings (http://www-01.ibm.com/support/docview.wss?uid=swg21505852)?

Oops, I guess this would be relevance language. This is in relation to idle state. We are looking at utilizing the relevance below to power off machines beginning at a certain time of day if they are not logged into or have been idle for over 20 minutes.

continue if {((state of it = idle state) of (current system interval of power history) AND length of range of current system interval of power history as string >= "00:20:00:000000") OR (state of it = logged off state) of (current system interval of power history)}

Thank you,

Don