1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
StepStatuses.php
См. документацию.
1<?php
2declare(strict_types=1);
3
4namespace Bitrix\Landing\Copilot\Generation\Type;
5
6enum StepStatuses: int
7{
8 case New = 0;
9 case Error = 5;
10 case Started = 10;
11 case Finished = 20;
12}
Определения error.php:15