Beispiel #1
0
        public void Start()
        {
            if (!m_Running)
            {
                m_Running = true;
                TimerThread.AddTimer(this);

                TimerProfile prof = GetProfile();

                if (prof != null)
                {
                    prof.RegStart();
                }
            }
        }
Beispiel #2
0
        public void Start()
        {
            if (!m_Running)
            {
                m_Running = true;

                m_Scheduler.AddTimer(this);

                TimerProfile prof = this.GetProfile();

                if (prof != null)
                {
                    prof.RegStart();
                }
            }
        }