from_string
Description:
public static PhaseEnum from_string (
string id)
Map a persisted agent-stage message body to a phase (e.g. task_list_parse →
LIST).
Parameters:
| id |
wire content from an agent-stage row
|
Returns:
|
matching phase, or NONE if the id is not recognized
|