1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
taskpush.php
См. документацию.
1<?php
2
3namespace Bitrix\Bizproc\Integration\Push;
4
5final class TaskPush extends BasePush
6{
7 protected static function getCommand(): string
8 {
9 return 'task';
10 }
11}