Enum WolfOnlineState
Online state of the user.
Namespace: TehGM.Wolfringo
Assembly: Wolfringo.Core.dll
Syntax
public enum WolfOnlineState
Fields
| Name | Description |
|---|---|
| Away | User is away. |
| Busy | User is busy. |
| Idle | User is idle. |
| Invisible | User is logged in, but appearing as offline. |
| Offline | User is offline. |
| Online | User is onlin. |