Commit Graph

9 Commits

Author SHA1 Message Date
Stephan Richter
bf3d6859c5 removed unused "cause" parameter in actions 2021-06-18 11:51:15 +02:00
Stephan Richter
e1f50d0d6e added Paras class, refactored respective code 2021-06-17 10:40:33 +02:00
Stephan Richter
9c86955d8d - implemented load callback
- added waitTime field to context, wait time now determined in route.start
2021-03-14 19:12:17 +01:00
Stephan Richter
6bf7882f3b improved error messages 2021-03-12 16:04:08 +01:00
Stephan Richter
c549f7364d moved Thrads to separate package 2021-03-12 12:49:19 +01:00
Stephan Richter
b951b948e5 updated thread handling:
- threads are no longer pooled (this makes naming threads difficult)
- threads are now named by their causing event, which improves logging

updated calls to thread.sleep: those are now provided by new class Delayed Execution
2021-02-28 13:03:21 +01:00
Stephan Richter
8f52c79798 implemented manual coupling/decoupling of trains 2021-01-17 18:28:11 +01:00
Stephan Richter
bf234e19bb EngageDecoupler now using new assignment function 2021-01-16 01:24:45 +01:00
Stephan Richter
0902017bba added decouple and EngageDecoupler action 2021-01-15 10:48:32 +01:00