You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example outputs task-related array information when a task named example is started or stopped.
The set name (refer to Melang Set) Example is the capitalized task name.
In general, the set should implement both start and stop methods. However, if the developer is not concerned about the start or stop event, they can also omit the corresponding method.
In this file, developers can include the code they need and import the corresponding libraries to develop their desired processing logic. Therefore, apart from the mentioned set name (e.g. Example) and the two methods (start and stop), there are no additional restrictions.