Start up

The Start up function is automatically run when Charta starts.
When Charta starts it searches for a function with a specific name and interface. If an exact match is found, the function is run while the splash screen is shown. The function interface must be:
  • Name: "Start up"
  • Parameters: List<Text>
  • Result: Unknown