Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration UpdateQueueResultState

Possible result states of functions which are using the Shapediver update queue (eg: SdvCtrlUtils.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

Index

Enumeration members

Enumeration members

Aborted

Aborted: = "aborted"

Failed

Failed: = "failed"

Finished

Finished: = "finished"

Generated using TypeDoc