What is the difference between docker pause and docker unpause?

The docker unpause command is for : un-suspends all processes in the specified containers.
The docker pause command is for : suspends all processes in the specified containers.