Currently the server state (stopped, initializing, initialized, started, invalid, etc.) is placed privately on server._state. I'm requesting that we make this part of the public API. I realize it might mean some things need to be renamed so as not to conflict with the cookie concept of state. I suppose a plugin could do some of this work if the request wont be fulfilled.
One usage example– perhaps tests would only initialize a server that has not already been initialized.
Currently the server state (stopped, initializing, initialized, started, invalid, etc.) is placed privately on
server._state. I'm requesting that we make this part of the public API. I realize it might mean some things need to be renamed so as not to conflict with the cookie concept ofstate. I suppose a plugin could do some of this work if the request wont be fulfilled.One usage example– perhaps tests would only initialize a server that has not already been initialized.