| 437 | } |
| 438 | |
| 439 | void ControllerObject::initialized(const ApiWrap::StartInfo &info) { |
| 440 | if (ioCatchError(_writer->start(_settings, _environment, &_stats))) { |
| 441 | return; |
| 442 | } |
| 443 | fillSubstepsInSteps(info); |
| 444 | exportNext(); |
| 445 | } |
| 446 | |
| 447 | void ControllerObject::collectDialogsList() { |
| 448 | setState(stateDialogsList(0)); |