# Can't use Process type even though it's in Base.jl

**URL:** https://discourse.julialang.org/t/cant-use-process-type-even-though-its-in-base-jl/106974
**Category:** New to Julia
**Tags:** type, base
**Created:** [December 1, 2023, 4:21am UTC](https://discourse.julialang.org/t/cant-use-process-type-even-though-its-in-base-jl/106974 "2023-12-01T04:21:32Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Conrad\_Wiebe](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/conrad_wiebe/32/47934_2.png) [@Conrad\_Wiebe](https://discourse.julialang.org/u/Conrad_Wiebe)
#### Post date: [December 1, 2023, 4:21am UTC](https://discourse.julialang.org/t/cant-use-process-type-even-though-its-in-base-jl/106974/1 "2023-12-01T04:21:32Z")

</div>

I see `Process` defined in process.jl:

 ![image](https://global.discourse-cdn.com/julialang/original/3X/f/7/f7804fc80eb41a657037acbbc2b18fa596eb5b65.png)

and included in Base here:

 ![image](https://global.discourse-cdn.com/julialang/original/3X/1/a/1a761384a7a6ce22b9b4be65114e4b27fbff317c.png)

but if I use it in code, it isn’t recognized:

 ![image](https://global.discourse-cdn.com/julialang/original/3X/a/3/a3c7bd182274524b3ea527a7ea88856ca2291693.png)

why is this?

* * *

Tested on versions:  
1.10.0-beta3+0.aarch64.apple.darwin14  
1.10.0-rc1+0.aarch64.apple.darwin14

---

<div class="post-metadata">

### Author: ![Conrad\_Wiebe](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/conrad_wiebe/32/47934_2.png) [@Conrad\_Wiebe](https://discourse.julialang.org/u/Conrad_Wiebe)
#### Post date: [December 1, 2023, 4:22am UTC](https://discourse.julialang.org/t/cant-use-process-type-even-though-its-in-base-jl/106974/2 "2023-12-01T04:22:31Z")

</div>

Bruh, I’m sorry, I’m so tired. I did `Base.Process` and it worked.
