What is the differenece between docker pause and docker unpause?

Docker pause is used to pause all the processes in the container, but the memory will be still used. Docker unpause will resume the processes.