Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
Novice
Description
camel run foo.java --background
camel stop
should be able to stop it
or you can do
camel run foo.java
and from another terminal
camel stop
today you need to provide the name/pid for what to stop (or use --all)