Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/rustix
/ stopped
Method
stopped
src/process/wait.rs:98–100 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
96
#[inline]
97
#[doc(alias =
"WIFSTOPPED"
)]
98
pub fn stopped(self) -> bool {
99
backend::process::wait::WIFSTOPPED(self.0)
100
}
101
102
/// Returns whether the process has exited normally.
103
#[inline]
Callers
2
stopping_signal
Method · 0.80
fmt
Method · 0.80
Calls
2
WIFSTOPPED
Function · 0.85
raw_code
Method · 0.80
Tested by
no test coverage detected