pa_context_state

The state of a connection context

Values

ValueMeaning
PA_CONTEXT_UNCONNECTED0

< The context hasn't been connected yet

PA_CONTEXT_CONNECTING1

< A connection is being established

PA_CONTEXT_AUTHORIZING2

< The client is authorizing itself to the daemon

PA_CONTEXT_SETTING_NAME3

< The client is passing its application name to the daemon

PA_CONTEXT_READY4

< The connection is established, the context is ready to execute operations

PA_CONTEXT_FAILED5

< The connection failed or was disconnected

PA_CONTEXT_TERMINATED6

< The connection was terminated cleanly

Meta