Features
This function controls the next operation (stop and resume of a paused program) according to the user's response after outputting a type message (Popup) during DRL program operation.
Parameter
|
Parameter Name |
Data Type |
Default Value |
Description |
|
eRes |
POPUP_RESPONSE |
- |
Refer to the Definition of Constant and Enumeration Type |
Return
|
Value |
Description |
|
0 |
Failed |
|
1 |
Success |
Example
C++
// When executing DRL command tp_popup
Drfl.tp_popup_response(POPUP_RESPONSE_RESUME);