From: Kevin Sawicki Date: Thu, 10 Dec 2015 02:22:54 +0000 (-0800) Subject: :memo: Document quit event includes exit code X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1654ee334962c9786756fab314f3b6649a34bb0;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git :memo: Document quit event includes exit code --- diff --git a/docs/api/app.md b/docs/api/app.md index 3faf4a1..f21f370 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -64,6 +64,11 @@ the `will-quit` and `window-all-closed` events. ### Event: 'quit' +Returns: + +* `event` Event +* `exitCode` Integer + Emitted when the application is quitting. ### Event: 'open-file' _OS X_