- onDate: The scheduled start date (or null if it should start as soon as possible).
- onDate: The scheduled start date (or null if it should start as soon as possible).
- isEnded: A status set to true when the activity is complete, prompting its removal after calling _onFinished.
- isEnded: A status set to true when the activity is complete, prompting its removal after calling _onFinished.
> The server’s role in executing activities is now primarily for notification and removing activities once completed, while the core tasks are managed by the sentinel.
> The server’s role in executing activities is now primarily for notification and removing activities once completed, while the core tasks are managed by the [sentinel] (https://gitlab.cluster.ensisa.uha.fr/devcolis/colis/-/blob/dev/sentinel)
An activity has two functions (which do not have to be necessarily implemented)
An activity has two functions (which do not have to be necessarily implemented)