Renan Ribeiro 8c4d3eaa7e
config commands now add frozen jobs to job table (#15556)
# Description

`config nu/env` used to ignore the frozen wait job status response and
did not add processes to the job table when they were frozen.

This PR refactors the PostWaitCallback used in run_external and allows
frozen processes spawned by `config_.rs` to be added to the job table.

Closes #15389



# User-Facing Changes

`config nu` now respects the job freezing semantics.

# Tests + Formatting
This behavior can be verified by running `config nu` or `config env`,
hitting Ctrl-Z, and then running `job list`.
2025-04-15 06:36:08 -05:00
..
2024-11-29 21:24:17 +00:00
2025-01-28 16:03:31 -06:00
2025-04-06 09:49:28 +08:00
2025-04-08 08:51:12 +08:00
2025-02-12 20:03:40 -08:00
2025-04-06 09:49:28 +08:00
2025-04-06 09:49:28 +08:00
2025-02-25 12:09:52 -05:00
2025-01-28 16:03:31 -06:00