• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/engine/templatescope.php
  • Класс: BitrixBizprocAutomationEngineTemplateScope
  • Вызов: TemplateScope::setStatusColor
public function setStatusColor(string $color): self
{
	$this->statusColor = $color;

	return $this;
}