Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration State

Index

Enumeration members

Calculating

Calculating: = 2

Part is currently calcuating the values of it's options

Canceled

Canceled: = 6

Part option evaluation has been canceled.

Error

Error: = 5

An error has prevented the part from functioning correctly, possibly requiring user intervention

Idle

Idle: = 4

Part has fully initialized/rendered, and is not calculating anything or waiting on other calculations.

Initializing

Initializing: = 1

Part is currently initializing or setting up, and isn't yet ready to display anything

Rendering

Rendering: = 3

Part is currently rendering a new view, and may not be viewable

Uninitialized

Uninitialized: = 0

Part has not yet been run.

WaitForUser

WaitForUser: = 7

Part is waiting for the user to refresh the part before calculating inputs

Generated using TypeDoc