We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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:
workername = "proofworker:0"
status = "Idle"
status = "proof: myLemmaName"
status = "Dead"