Callbacks
- Last UpdatedJan 09, 2024
- 1 minute read
Each application can now have different types of callback, which are run at different times:
|
Callback |
When Executed |
|---|---|
|
module startup calls |
Runs when Marine first starts. |
|
startup calls |
Runs the first time the application loads. |
|
switch calls |
Runs every time Marine switches into the application. |