sysapps / runtime

Runtime and Security Model for Hosted Web Applications and Packaged Applications
6 stars 13 forks source link

Does system message wake an app from a paused state? #20

Closed jmajnert closed 9 years ago

jmajnert commented 11 years ago

The runtime spec currently says that delivering a system message should launch an application that registered for the message, if it is not already running. What about applications that are in "paused" state? Should they transition into "running" state? IMHO, for consistency, they should.

jmajnert commented 9 years ago

Not relevant anymore