You're reading the documentation for an older, but still supported version
(GL013300).
For information on the latest version, please have a look at GL013301.
For information on the latest version, please have a look at GL013301.
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;