status_message Module
Definition of a status update message in Spyral
StatusMessage
dataclass
A status message to be emitted by a Phase
This is how we give progress updates.
Attributes:
Name | Type | Description |
---|---|---|
phase |
str
|
The phase name |
increment |
int
|
The amount of progress we made |
total |
int
|
The total progress size |
run |
int
|
The current run number |