uvw  2.10.0
Public Attributes | List of all members
uvw::ExitEvent Struct Reference

ExitEvent event. More...

#include <process.h>

Public Attributes

int64_t status
 
int signal
 

Detailed Description

ExitEvent event.

It will be emitted by ProcessHandle according with its functionalities.

Definition at line 52 of file process.h.

Member Data Documentation

◆ signal

int uvw::ExitEvent::signal

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

Definition at line 56 of file process.h.

◆ status

int64_t uvw::ExitEvent::status

The exit status.

Definition at line 55 of file process.h.


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