Changes between Version 5 and Version 6 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/GetExitCode
- Timestamp:
- 09/29/20 12:56:46 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/GetExitCode
v5 v6 27 27 }}} 28 28 29 {{{ 30 if(m_pForm->GetExitCode() == FORM_EXIT_CODE_KEEP_RUNNING) 31 { 32 DEBUG_MSG("An exit code has not been set\n"); 33 } 34 }}} 35 29 36 == See Also == 30 37