AnalyticsProgressionStatus
This enum is used as an argument in AnalyticsService:FirePlayerProgressionEvent() to describe the status of progression.
Items 5
History | Name | Value | Description | |
---|---|---|---|---|
457 | Default | 0 | Default status. Used for an undefined status. | |
457 | Begin | 1 | Indicates the beginning of progression. | |
457 | Complete | 2 | Indicates the progression completed. | |
457 | Abandon | 3 | Indicates the progression abandoned. | |
457 | Fail | 4 | Indicates the progression failed. |
Description
This enum is used as an argument in AnalyticsService:FirePlayerProgressionEvent() to describe the status of progression.