コード例 #1
0
        private bool IsDoubleStart()
        {
            if (Global.IsDevelopAccount && config.CheckDoubleAssignmentStart == false)
            {
                return(false);
            }
            bool doubleStart = fileManager.IsRecent(Global.RecentSpanTimeForStart, config.TempExecutablePath);

            return(doubleStart);
        }
コード例 #2
0
 private bool IsAnticipateComplete()
 {
     return(fileManager.IsRecent(Global.RecentSpanTimeForComplete, config.ProjectFullName));
 }