uvw 3.1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
uvw::exit_event Struct Reference

Exit event. More...

#include <process.h>

Public Attributes

int64_t status
 
int signal
 

Detailed Description

Exit event.

Definition at line 45 of file process.h.

Member Data Documentation

◆ signal

int uvw::exit_event::signal

The signal that caused the process to terminate, if any.

Definition at line 49 of file process.h.

◆ status

int64_t uvw::exit_event::status

The exit status.

Definition at line 48 of file process.h.


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