dfx 0.1.0
Linux-based dynamic dataflow executor
Loading...
Searching...
No Matches
dfx::Subprocess::Process::Signaled Struct Reference

Signal termination description. More...

#include <dfx-subprocess/Process.hpp>

Public Attributes

int signal
 Signal number that terminated the process.
bool coreDumped
 Whether a core dump occurred.

Detailed Description

Signal termination description.

Member Data Documentation

◆ coreDumped

bool dfx::Subprocess::Process::Signaled::coreDumped

Whether a core dump occurred.

◆ signal

int dfx::Subprocess::Process::Signaled::signal

Signal number that terminated the process.


The documentation for this struct was generated from the following file: