for (int i_glop = 0; i_glop < Timeout*1000; i_glop++){
///// -------------------------------выход по внешнему требованию---------------------------------------------------------------------------------//
if(((ZennoLab.InterfacesLibrary.ProjectModel.Collections.IContextExt)project.Context).IsInterrupted) throw new Exception("Внешнее прерывание");
if(Global.Variables.IsProjectMaker && !Global.Variables.IsDebugMode) throw new Exception("Внешнее прерывание");
///-----------------------------------------------------------------------------------------------------------------------------------------------//
Thread.Sleep(1000);
}