The While Loop checks a specified condition before executing the tasks contained within the loop. If the condition is met, the tasks within the Loop will execute one iteration. If the condition is not met, the tasks within the Loop are skipped and the Loop will stop processing.