LoadAutomationEventList abstract method

AutomationEventListStructType LoadAutomationEventList(
  1. String? fileName
)

Load automation events list from file, NULL for empty list

Implementation

AutomationEventListStructType LoadAutomationEventList(
  String? fileName,
);