What is the difference between docker pause and docker unpause?

Pause will set the container state to Paused and all the processes in the container will be suspended.

Unpause will unsuspend the process and removes the unpaused state