SetAutomationEventList method

void SetAutomationEventList(
  1. AutomationEventListD list
)

Implementation

void SetAutomationEventList(
  AutomationEventListD list,
) => run(
  () => 'SetAutomationEventList($list)',
  () => rl.Core.SetAutomationEventList(
    rl.Temp.AutomationEventList$.Ref1(list),
  ),
);