This needs to be done after merging #3316.
The "Pausing" state of container is not used, and the Pause() docs incorrectly says that it works asynchronously.
Need to
- remove Pausing state entirely;
- update the docs (make them conform to golang style)
Ref: #3316 (comment)