checkBreak method

bool checkBreak()

Implementation

bool checkBreak(){
	return _curLoop._breakFlag;
}