# PROCESS_WAIT_NO_HANG

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

Return immediately if no status is available.

```ds title="PROCESS_WAIT_NO_HANG"
const PROCESS_WAIT_NO_HANG: ProcessWaitFlags
```

[language/library/src/process/binding/wait.ds:11](https://github.com/destack-sh/destack/blob/main/language/library/src/process/binding/wait.ds#L11)
