AnalyticsProgressionStatus

This enum is used as an argument in AnalyticsService:FirePlayerProgressionEvent() to describe the status of progression.

Items

NameValueSummary
Default0

Default status. Used for an undefined status.

Begin1

Indicates the beginning of progression.

Complete2

Indicates the progression completed.

Abandon3

Indicates the progression abandoned.

Fail4

Indicates the progression failed.

On this page