Module Simantics/Event

This module is undocumented. This is a list of its definitions.

exportCurrentEvents :: String -> String -> ()
exportCurrentEvents "\t" "X:/events.txt"

exports the currently visible events into the specified text file using the specified column separator string. This function should be used when invoking outside of a database transaction.

exportCurrentEventsG :: String -> String -> <ReadGraph> ()
exportCurrentEventsG "\t" "X:/events.txt"

exports the currently visible events into the specified text file using the specified column separator string. This variant must be used when invoking the method with DB transaction.

findEvents :: <ReadGraph,Proc> [Resource]
getEventLogs :: () -> <ReadGraph> [Resource]