SetAutomationEventList method

void SetAutomationEventList(
  1. AutomationEventListD list
)

Implementation

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