Triggered when a data file entry occurred, as either a result of startDataFileEntries or initFunctionInvoking.
This is the data
provided to the message event:
interface EventData {
eventName: 'onDataFileEntry',
name: string,
type: number,
isNew: boolean,
}