On Goal End
TwitchTriggerEngagementLifecycle
Outputs
| out | Exec | exec | None |
| type | Data | System.String | multiplexed |
| isAchieved | Data | System.Boolean | multiplexed |
| currentAmount | Data | System.Int32 | multiplexed |
| targetAmount | Data | System.Int32 | multiplexed |
| endedAt | Data | System.DateTime | multiplexed |
Bindings
| type | System.String | The goal type (e.g. follower, subscription, or bits). |
| isAchieved | System.Boolean | True when the goal was reached before it ended. |
| currentAmount | System.Int32 | The goal's final amount. |
| targetAmount | System.Int32 | The amount that would have completed the goal. |
| endedAt | System.DateTime | When the goal ended (UTC). |
Parameters
| cooldownSeconds | System.Int32 | no | 0 | None |
| perUserCooldownSeconds | System.Int32 | no | 0 | None |
| debounceMs | System.Int32 | no | 0 | None |
| dedupeKey | System.String | no | "" | None |
| maxConcurrency | System.Int32 | no | 0 | None |
Lowers to C#
[OnGoalEnd] Handle(ctx, GoalContext e)