poser
A C framework for POsix SERvices
Loading...
Searching...
No Matches
PSC_EAProcessDone Class Reference

Event arguments for a finished child process. More...

#include <poser/core/process.h>

Public Member Functions

int PSC_EAProcessDone_status (const PSC_EAProcessDone *self)
 The exit status of the child process.
 
int PSC_EAProcessDone_signal (const PSC_EAProcessDone *self)
 The signal that terminated the child process.
 

Detailed Description

Event arguments for a finished child process.

Member Function Documentation

◆ PSC_EAProcessDone_signal()

int PSC_EAProcessDone_signal ( const PSC_EAProcessDone self)

The signal that terminated the child process.

Parameters
selfthe PSC_EAProcessDone
Returns
the signal that terminated the child process, or 0 if it exited normally

◆ PSC_EAProcessDone_status()

int PSC_EAProcessDone_status ( const PSC_EAProcessDone self)

The exit status of the child process.

Parameters
selfthe PSC_EAProcessDone
Returns
the child's exit status, or PSC_CHILD_SIGNALED if the child was terminated by a signal

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