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