sleep method

void sleep()

Run the sleep function

Implementation

void sleep(){
  printError("Core", "Sleep error.");
}