// Named task-status sets shared by store and lifecycle code.
// Exports active-task and active-execution failure state lists.
// Deps: TaskStatus enum.
use TaskStatus;
pub const ACTIVE_TASK_STATUSES: = ;
pub const ACTIVE_EXECUTION_FAILURE_STATUSES: = ;