pub fn job_default() -> Unowned<'static, Job>
Expand description

Get a reference to the default Job provided to the process on startup.

This typically refers to the Job that is the immediate parent of the current process.

If the current process was launched as a Fuchsia Component, this Job will begin with no child processes other than the current process.