Enumeration UpdateQueueResultStateConst

Possible result states of functions which are using the Shapediver update queue (eg: setParamValue)

  • finished: Update function has been successfully executed
  • failed: Update function has been unsuccessfully executed
  • aborted: Update function has been aborted by another update function => results may be erroneous

Enumeration Members

Enumeration Members

Aborted: "aborted"
Failed: "failed"
Finished: "finished"

Generated using TypeDoc