Example Start Expressions
KeyboardIsIdle = (KeyboardIdle > (15 * $(MINUTE)))
CPUIsIdle = (LoadAvg - CondorLoadAvg < 0.3)
START : $(KeyboardIsIdle) && $(CPUIsIdle)
START : Owner == “wright” || Owner == “condor” || \
($(KeyboardIsIdle) && $(CPUIsIdle))