tasks property

LxMap<String, LxStatus> tasks
final

A reactive map of task IDs to their current status.

Use this to display the state of individual tasks in the UI.

Implementation

final tasks = LxMap<String, LxStatus<dynamic>>().named('tasks');