diff --git a/taskflow/types/futures.py b/taskflow/types/futures.py index b589027b..1bdd1183 100644 --- a/taskflow/types/futures.py +++ b/taskflow/types/futures.py @@ -362,7 +362,7 @@ class ExecutorStatistics(object): @property def runtime(self): - """Total runtime of all submissions executed.""" + """Total runtime of all submissions executed (failed or not).""" return self._runtime @property