[Applications.Service] Enhance API descriptions
authorChanggyu Choi <changyu.choi@samsung.com>
Thu, 26 Sep 2024 07:24:54 +0000 (16:24 +0900)
committerChangGyu Choi <uppletaste@gmail.com>
Thu, 26 Sep 2024 07:32:19 +0000 (16:32 +0900)
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
src/Tizen.Applications.Service/Tizen.Applications/ServiceApplication.cs

index 91babc5fe9e6fc51585764acd7534be831d4aa53..428225acd86cd20a57db8495e9265d9c37582613 100755 (executable)
@@ -48,6 +48,9 @@ namespace Tizen.Applications
         /// <summary>
         /// Exits the main loop of the application without restarting.
         /// </summary>
+        /// <remarks>
+        /// This function terminates the current execution of the application by exiting its main loop. It does not trigger the app restart request.
+        /// </remarks>
         /// <since_tizen> 10 </since_tizen>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void ExitWithoutRestarting()