uvw 3.4.0
Loading...
Searching...
No Matches
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 46 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 50 of file process.h.

◆ status

int64_t uvw::exit_event::status

The exit status.

Definition at line 49 of file process.h.


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