• Модуль: faceid
  • Путь к файлу: ~/bitrix/modules/faceid/lib/profilephotoindex.php
  • Класс: BitrixFaceidProfilePhotoIndex
  • Вызов: ProfilePhotoIndex::bindCustom
static function bindCustom($delay = 60)
{
	/** @var Stepper $c */
	$c = get_called_class();

	CAgent::AddAgent(
		$c.'::execAgent();',
		$c::getModuleId(),
		"Y",
		1,
		"",
		"Y",
		ConvertTimeStamp(time()+CTimeZone::GetOffset() + (int) $delay, "FULL"),
		100,
		false,
		false
	);

	if (empty($delay))
	{
		$c::execAgent();
	}
}