while(condition){ ## code here if(exit condition){ ## code here }else{ sleep(300); } }