XPSPL\Routine::get_idle PHP Method

get_idle() public method

This will only return a single object which has the greatest priority.
public get_idle ( ) : integer
return integer
    public function get_idle()
    {
        return isset($this->_idle[0]) ? $this->_idle[0] : null;
    }