summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/interfaces/runner.py')
-rw-r--r--src/mailman/interfaces/runner.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/interfaces/runner.py b/src/mailman/interfaces/runner.py
index 0c8c53f92..39948592d 100644
--- a/src/mailman/interfaces/runner.py
+++ b/src/mailman/interfaces/runner.py
@@ -50,6 +50,10 @@ class IRunner(Interface):
def stop():
"""Stop the runner on the next iteration through the loop."""
+
+ is_non_queue_runner = Attribute("""\
+ A boolean variable to keep track of whether the runner is a queue runner or not.
+ """)
queue_directory = Attribute(
'The queue directory. Overridden in subclasses.')