Opened 7 years ago
#2917 new feature request
Run Console apps in HeuristicLab
Reported by: | abeham | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.x Backlog |
Component: | PluginInfrastructure | Version: | |
Keywords: | Cc: |
Description
It would be nice if our PluginInfrastructure could allow hosting Console-like apps instead of only UI-based apps.
For Instance, in a call like this (where stdout, stderr and stdin are synchronized):
HeuristicLab 3.3.exe /noGUI /start:MyApp /myAppArgs:"Args to my app"
We could build and run apps that do not require a GUI.
Right now this is not possible, because MyApp is started in its own AppDomain and any Console output it produces is never sent back to the terminal window.
Note: See
TracTickets for help on using
tickets.