unity play particle system

Code Example - unity play particle system

                
                        public ParticleSystem particles;

//Play, stop and pause particles with these:

particles.Play();

particles.Stop();

particles.Pause();