ExperienceEventStatus
Describes the lifecycle state of a Roblox experience event as returned by SocialService.
Items 5
| History | Name | Value | Description | |
|---|---|---|---|---|
| 697 | Active | 0 | The event is currently published and available. | |
| 697 | Cancelled | 1 | The event has been cancelled and will not occur. | |
| 697 | Moderated | 2 | The event has been removed by moderation. | |
| 697 | Unpublished | 3 | The event has been unpublished by the creator. | |
| 697 | Unknown | 4 | The event status could not be determined. |
Description
Describes the lifecycle state of a Roblox experience event.
SocialService:GetExperienceEventAsync() and
SocialService:GetUpcomingExperienceEventsAsync() return event
dictionaries whose Status field is a value of this enum, derived from the
eventStatus field in the virtual-events API response.
GetUpcomingExperienceEventsAsync() filters out events whose status is
Cancelled, Moderated, or Unpublished, so only Active events appear in
that list.