别裁伪体亲风雅,转益多师是汝师。这篇文章主要讲述pb halt以后,不会调用application的close事件的问题相关的知识,希望能为你提供帮助。
【pb halt以后,不会调用application的close事件的问题】发现pb程序halt以后没有调用,application的close事件,于是百度了一下发现
如果只使用halt,系统直接中止应用,可能会出现对象未正常释放的情况
而halt
close会正常关闭主线程,这样的话application的close事件也会正常执行,所以halt应该尽量不用,推荐使用halt
close
When
PowerBuilder
encounters
Halt
without
the
keyword
CLOSE,
it
immediately
terminates
the
application.
When
PowerBuilder
encounters
Halt
with
the
keyword
CLOSE,
it
immediately
executes
the
script
for
the
Close
event
for
the
application
and
then
terminates
the
application.
If
there
is
no
script
for
the
Close
event
at
the
application
level,
PowerBuilder
immediately
terminates
the
application
推荐阅读
- ui界面设计公司搜集精彩设计三十例(移动端APP界面设计欣赏之二)
- Android项目实战_手机安全卫士系统加速
- Android之Handler源代码深入解析
- Android中使用SQLite
- Android开发之BUG专讲(入门篇)
- Spring MVC 常用注解@Controller,@RequestMapping,Model和ModelAndView
- apply,call,bind
- android数据储存之存储方式
- Android React Native 开发环境搭建---windows下