What is the differenece between docker pause and docker unpause?

Docker Puase: Just puasing all processes inside the container by generating a SIGSTOP signal. Process state will goes to suspended.

Docker Unpuase: Resuming the container porcesses.