algometrica / larytet-master

Automatically exported from code.google.com/p/larytet-master
0 stars 0 forks source link

TaskBarService termination #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Need to shut down TaskBarService at the end of the session and/or restart
it anew at the beginning. If not the result will be unexpected termination
of TaskBarService with the following reason: "TaskBarService has passed
working hours and will be shut down." The termination of the service will
cause any logging / trading activity to stop and will require to re-login
in order to obtain new SessionId number.  

Original issue reported on code.google.com by jerusale...@gmail.com on 21 Oct 2009 at 8:32

GoogleCodeExporter commented 9 years ago
CSharp has timers in System.Timers
We can use such timer to restart TaskBarService application from inside of 
CSharp code

Original comment by larytet@gmail.com on 21 Oct 2009 at 3:46