Skip to content

SessionStatusNotify

[Source]

interface tag SessionStatusNotify

Public Behaviours

pg_session_connected

[Source]

Called when we have connected to the server but haven't yet tried to authenticate.

be pg_session_connected(
  session: Session tag)

Parameters


pg_session_connection_failed

[Source]

Called when we have failed to connect to the server before attempting to authenticate.

be pg_session_connection_failed(
  session: Session tag)

Parameters


pg_session_authenticated

[Source]

Called when we have successfully authenticated with the server.

be pg_session_authenticated(
  session: Session tag)

Parameters


pg_session_authentication_failed

[Source]

Called if we have failed to successfully authenicate with the server.

be pg_session_authentication_failed(
  session: Session tag,
  reason: (InvalidAuthenticationSpecification val | InvalidPassword val))

Parameters


pg_session_shutdown

[Source]

be pg_session_shutdown(
  session: Session tag)

Parameters