setActive method
- @protected
inherited
Sets the state to Active.
Implementation
@protected
void setActive() {
checkUninitialized();
_state = _ActorState.active;
}
Sets the state to Active.
@protected
void setActive() {
checkUninitialized();
_state = _ActorState.active;
}