POPUP_RESPONSE
This is an enumeration constant that means user interaction with pop-up message. It is defined as follows.
Rank |
Constant Name |
Description |
|---|---|---|
0 |
POPUP_RESPONSE_STOP |
Stop Task |
1 |
POPUP_RESPONSE_RESUME |
Resume Task |
Defined in: DRFC.h
typedef enum {
POPUP_RESPONSE_STOP,
POPUP_RESPONSE_RESUME
} POPUP_RESPONSE;