menu
bg_orchestrator package
documentation
taskflow.dart
TaskHistoryEntry
isRunning property
isRunning property
dark_mode
light_mode
isRunning
property
bool
get
isRunning
Whether task is still running
Implementation
bool get isRunning => endTime == null;
bg_orchestrator package
documentation
taskflow
TaskHistoryEntry
isRunning property
TaskHistoryEntry class