Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/rustix
/ exited
Method
exited
src/process/wait.rs:105–107 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
103
#[inline]
104
#[doc(alias =
"WIFEXITED"
)]
105
pub fn exited(self) -> bool {
106
backend::process::wait::WIFEXITED(self.0)
107
}
108
109
/// Returns whether the process was terminated by a signal.
110
#[inline]
Callers
2
exit_status
Method · 0.80
fmt
Method · 0.80
Calls
2
WIFEXITED
Function · 0.85
raw_code
Method · 0.80
Tested by
no test coverage detected