Nope.
It only makes sure that any change between device and cloud will be dealt with. If your code doesn't cause any change that needs to be synced to the cloud and the cloud has no change for your device to announce Particle.process()
in itself won't cause any traffic.
If you loop()
is regularly falling through Particle.process()
isn't needed since it's implicitly called between iterations of loop()
anyway.