Management Message Processing
This commit is contained in:
@ -370,4 +370,10 @@ class MessageDbRow(BaseModel):
|
||||
processed : bool
|
||||
"""
|
||||
Did the management process the message, i.e., did the tasks necessary for this message (mostly only relevant for received messages).
|
||||
"""
|
||||
|
||||
solution : bool|None = None
|
||||
"""
|
||||
Does this message contain a valid solution?
|
||||
True if contains valid solution, False if solution not valid, Null/None if not applicable
|
||||
"""
|
Reference in New Issue
Block a user