State
Definition
Represents the current progression of the object as it advances from setup, processing data, to termination. These states can be used for setting up or declaring various resources and properties.
More detailed explanation of various states along with examples can be found in the OnStateChange() method section of this help guide. You can also attempt to set a new State using the SetState() method.
Property Value
An enum value representing the current state of the object. Possible values are:
Syntax
State

