@@ -47,9 +47,8 @@ An activity has two main functions:
Each activity also has:
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.
- 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.
> 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.
An activity has two functions (which do not have to be necessarily implemented)