# PROCESS_DETACHED

`import { PROCESS_DETACHED } from "destack:process/binding";`

Spawn the child detached from the parent lifetime.

```ds title="PROCESS_DETACHED"
const PROCESS_DETACHED: ProcessSpawnFlags
```

[language/library/src/process/binding/spawn.ds:12](https://github.com/destack-sh/destack/blob/main/language/library/src/process/binding/spawn.ds#L12)
