CloseReason
Specifies the reason for the experience server shutdown. This enum value is the first parameter passed to functions bound by BindToClose().
The DeveloperShutdown value must always be passed to functions bound by BindToClose() when they're called in Studio.
Items
Name | Value | Summary |
---|---|---|
Unknown | 0 | |
RobloxMaintenance | 1 | |
DeveloperShutdown | 2 | |
DeveloperUpdate | 3 | |
ServerEmpty | 4 | |
OutOfMemory | 5 |