uvw 2.12.1
Loading...
Searching...
No Matches
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 45 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 49 of file process.h.

◆ status

int64_t uvw::ExitEvent::status

The exit status.

Definition at line 48 of file process.h.


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