On App Start
EventTriggerPreview
LifecycleSystem
Outputs
| out | Exec | exec | None |
| version | Data | System.String | multiplexed |
| startedAt | Data | System.DateTime | multiplexed |
Bindings
| version | System.String | The running application version. |
| startedAt | System.DateTime | When the application finished starting (UTC). |
Lowers to C#
[OnAppStart] Handle(ctx, AppStartContext e)