In the documents about [request/reply](https://jupyter-client.readthedocs.io/en/stable/messaging.html#request-reply) it mentions that 'abort' is deprecated and that `status` should be one of 'ok' or 'error'. Further down in execution [results](https://jupyter-client.readthedocs.io/en/stable/messaging.html#execution-results) it says ``` # One of: 'ok' OR 'error' OR 'aborted' ``` Is 'aborted' permitted or deprecated?