I think that you want to the result of getpid() e.g. julia> getpid() 11980 # the process id of the julia REPL
The operating system associates a numerical id (the process-id) with each running-process. On Sunday, March 23, 2014 at 3:20:27 PM UTC-4, Bob Cowdery wrote: > > What's a process id and how do I get it? > > julia> myid() > 1 > julia> process_running(1) > ERROR: no method process_running(Int32) > > Thanks > Bob > -- Please click here <http://www.e-disclaimer.com/conning/AD21D06B4CC99D2B4F24BA73FB4EED83.htm> for important information regarding this e-mail communication.
