public void Pause()
		{
			Status = CoroutineThreadStatus.Paused;
		}
		public void Stop()
		{
			Status = CoroutineThreadStatus.Stopped;
		}