Add CREATED state in status table in service application guide
authorSukHyung, Kang <shine.kang@samsung.com>
Thu, 14 Jan 2016 06:00:41 +0000 (15:00 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Thu, 14 Jan 2016 06:00:41 +0000 (15:00 +0900)
Change-Id: If99d360b334d72dfe766101b4744404dbd8007c2
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
org.tizen.guides/html/native/app/service_app_n.htm

index 18a0688..d7f2e7b 100644 (file)
      <td>Application is launched.</td>\r
     </tr>\r
     <tr>\r
+     <td><span style="font-family: Courier New,Courier,monospace">CREATED</span></td>\r
+     <td>Application starts the main loop.</td>\r
+    </tr>\r
+    <tr>\r
      <td><span style="font-family: Courier New,Courier,monospace">RUNNING</span></td>\r
      <td>Application runs in the background.</td>\r
     </tr>\r
@@ -246,4 +250,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>\r
 \r
 </body>\r
-</html>        
\ No newline at end of file
+</html>        \r