Compartir a través de


EventLoop_Run_Result Enum

Encabezado: #include <applibs/eventloop.h>

Los posibles valores devueltos para la función EventLoop_Run .

typedef int EventLoop_Run_Result;
enum {
    EventLoop_Run_Failed = -1,
    EventLoop_Run_FinishedEmpty = 0,
    EventLoop_Run_Finished = 1,
};

Miembros

EventLoop_Run_Failed

EventLoop_Run error; errno tiene el código de error específico.

EventLoop_Run_FinishedEmpty

EventLoop_Run terminado sin procesar ningún evento.

EventLoop_Run_Finished

EventLoop_Run terminado después de procesar uno o más eventos.