Skip to content

Enum LinkStopReason

Namespace: Void.Proxy.Api.Links
Assembly: Void.Proxy.Api.dll

public enum LinkStopReason

Extension Methods

StructExtensions.IsDefault<LinkStopReason>(LinkStopReason)

Fields

InternalException = 2

An internal exception occurred in implementation.

PlayerDisconnected = 0

Specifies that the player disconnected from the proxy.

Requested = 3

Manually requested to stop the implementation, e.g., by calling the method.

ServerDisconnected = 1

Specifies that the player was kicked from the server or the server closed the connection abnormally.