EventLoop_Run_Result Uppräkning
Sidhuvud: #include <applibs/eventloop.h>
Möjliga returvärden för funktionen EventLoop_Run .
typedef int EventLoop_Run_Result;
enum {
EventLoop_Run_Failed = -1,
EventLoop_Run_FinishedEmpty = 0,
EventLoop_Run_Finished = 1,
};
Medlemmar
EventLoop_Run_Failed
EventLoop_Run misslyckades. errno
har den specifika felkoden.
EventLoop_Run_FinishedEmpty
EventLoop_Run slutförd utan att bearbeta några händelser.
EventLoop_Run_Finished
EventLoop_Run slutförd efter att en eller flera händelser har bearbetats.