Fix SuspendedState documentation (#1033)
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.Common / Tizen.Applications / SuspendedState.cs
index 77f11a6..b35dbb8 100644 (file)
 namespace Tizen.Applications
 {
     /// <summary>
-    /// Enumeration for suspended state.
+    /// Enumeration for the suspended state of the application.
     /// </summary>
     /// <since_tizen> 6 </since_tizen>
     public enum SuspendedState
     {
         /// <summary>
-        /// Application will enter the suspended state
+        /// Application will enter the suspended state.
         /// </summary>
         WillEnter = 0,
 
         /// <summary>
-        /// Application did exit from the suspended state
+        /// Application did exit from the suspended state.
         /// </summary>
         DidExit = 1
     }