menu
bg_orchestrator package
documentation
taskflow.dart
TaskHistoryEntry
isFailed property
isFailed property
dark_mode
light_mode
isFailed
property
bool
get
isFailed
Whether task failed
Implementation
bool get isFailed => status == 'failed';
bg_orchestrator package
documentation
taskflow
TaskHistoryEntry
isFailed property
TaskHistoryEntry class