This version of Unity is unsupported.

VFXParticleSystemInfo.sleeping

public bool sleeping;

Description

The sleep state of the particle system.

Unity skips render and dispatch commands while a particle system sleeps. The particle system wakes up if a spawn context triggers new hits.