Skip to content

Feedback: WorkerStatus

CJ Bell edited this page Oct 8, 2016 · 2 revisions

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" or status = "proof: myLemmaName" or status = "Dead"
Clone this wiki locally