---
name: ExperienceEventStatus
last_updated: 2026-07-01T03:40:48Z
type: enum
---

# ExperienceEventStatus

**Type:** enum

## Description

Represents the lifecycle state of an experience event returned by
[SocialService](/docs/reference/engine/classes/SocialService.md).

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Active` | 0 | The event is currently published and available. |
| `Cancelled` | 1 | The event has been cancelled and will not occur. |
| `Moderated` | 2 | The event has been removed by moderation. |
| `Unpublished` | 3 | The event has been unpublished by the creator. |
| `Unknown` | 4 | The event status could not be determined. |