]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.history.rest/scl/Simantics/History/RESTServer.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / bundles / org.simantics.history.rest / scl / Simantics / History / RESTServer.scl
1 importJava "org.simantics.history.rest.HistoryRestServer" where
2     start :: Integer -> <Proc> ()
3     stop :: <Proc> ()
4     running :: <Proc> Boolean
5     setAllowOrigin :: String -> <Proc>()
6     address :: <Proc> String