We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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"