• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/yandex/toloka/dto/pool.php
  • Класс: Bitrix\Sender\Integration\Yandex\Toloka\DTO\Pool
  • Вызов: Pool::setAssignmentMaxDurationSeconds
public function setAssignmentMaxDurationSeconds(int $assignmentMaxDurationSeconds): Pool
{
	$this->assignmentMaxDurationSeconds = $assignmentMaxDurationSeconds;

	return $this;
}