rustworkx.TopologicalSorter.is_active#
- TopologicalSorter.is_active()#
Return
Trueif more progress can be made andFalseotherwise.Progress can be made if either there are still nodes that are ready and haven’t yet been returned by
get_ready(), or if the number of nodes markeddone()is lower than the number of nodes that have been returned byget_ready().- Returns:
Trueif further progress is possible,Falseotherwise.- Return type:
bool