MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / signaled

Method signaled

src/process/wait.rs:112–114  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

110 #[inline]
111 #[doc(alias = "WIFSIGNALED")]
112 pub fn signaled(self) -> bool {
113 backend::process::wait::WIFSIGNALED(self.0)
114 }
115
116 /// Returns whether the process has continued from a job control stop.
117 #[inline]

Callers 2

terminating_signalMethod · 0.80
fmtMethod · 0.80

Calls 1

WIFSIGNALEDFunction · 0.85

Tested by

no test coverage detected