State
Gets the state of the instance.
Allowed Values
Completed Created Active Terminated
Type
| ( `"Completed"` | `"Created"` | `"Active"` | `"Terminated"` )
|
Declaration
| readonly ( `"Completed"` | `"Created"` | `"Active"` | `"Terminated"` ) myInstance.State
|