Represents the state of an actor.
The type of the actor, defaults to BaseActor.
BaseActor
The name of the actor.
The version of the actor.
Use isInitialized instead. Indicates whether the actor is initialized.
isInitialized
Indicates whether the actor is initialized.
Use isInitializing instead. Indicates whether the actor is in the process of initializing.
isInitializing
Indicates whether the actor is in the process of initializing.
The error associated with the actor, if any.
The state of the actor's methods.
Represents the state of an actor.