-
Notifications
You must be signed in to change notification settings - Fork 1
Feedback: WorkerStatus
Romain Tetley edited this page Oct 28, 2024
·
1 revision
Indicates the status of an asynchronous worker (used to check proofs).
<feedback object="state" route="0">
<state_id val="${stateId}"/>
<feedback_content val="workerstatus">
<pair>
<string>${workerName}</string>
<string>${status}</string>
</pair>
</feedback_content>
</feedback>
Example values:
- Worker identifier:
workername = "proofworker:0"
- Worker status:
status = "Idle"
orstatus = "proof: myLemmaName"
orstatus = "Dead"