AbstractExecutor<TConfig> constructor

AbstractExecutor<TConfig>()

Implementation

AbstractExecutor() {
  _stateMachine = _CreatedState(this);
}