Variant lrs::process::ChildStatus::Dumped

The child has been killed and created a core dump.

Syntax

enum ChildStatus {
    Dumped(i32)
}

Fields

PositionDescription
1

The signal that killed the child.