/**
  * If called with default arg the current stage gets skipped.
  * @static
  */
 public static function skip_current_stage($setting = true)
 {
     self::$skipcurrentstage = $setting;
 }