From: Changgyu Choi Date: Thu, 26 Sep 2024 07:24:54 +0000 (+0900) Subject: [Applications.Service] Enhance API descriptions X-Git-Tag: submit/tizen/20240926.150902~1^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c74d034cf4157afd0c0cd005645e5f17092f086;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [Applications.Service] Enhance API descriptions Signed-off-by: Changgyu Choi --- diff --git a/src/Tizen.Applications.Service/Tizen.Applications/ServiceApplication.cs b/src/Tizen.Applications.Service/Tizen.Applications/ServiceApplication.cs index 91babc5fe..428225acd 100755 --- a/src/Tizen.Applications.Service/Tizen.Applications/ServiceApplication.cs +++ b/src/Tizen.Applications.Service/Tizen.Applications/ServiceApplication.cs @@ -48,6 +48,9 @@ namespace Tizen.Applications /// /// Exits the main loop of the application without restarting. /// + /// + /// This function terminates the current execution of the application by exiting its main loop. It does not trigger the app restart request. + /// /// 10 [EditorBrowsable(EditorBrowsableState.Never)] public void ExitWithoutRestarting()