Replies: 1 comment
-
Yeah, that would be very useful. Unfortunately, Java 8 does not come with easy access to that information, but we currently try to keep compatible to Java 8. But it looks like there is some support since Java 9 via Question is, how to handle it in a compatible way? We could use reflection to dynamically support it at runtime, but we need to reflect that in the API. Also, question is, whether this can work at all in Scala native (or Scala.js)? Any feedback is appreciated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there!
I quite new to mill and really like it. I have the case where I would let my user start some process with one command stop this process with another command. I would need to get the id of this proc and store it in a file to be able to stop it later. Would it be possible?
Beta Was this translation helpful? Give feedback.
All reactions