Beispiel #1
0
 /// <summary>
 /// Checks whether this application runs unattended.
 ///
 /// Unattended applications are not monitored by anyone or are unable to receive user input.
 /// This method can be used to determine whether UI pop-ups or other dialogs should be shown.
 /// </summary>
 /// <returns>true if the application runs unattended, false otherwise.</returns>
 public static bool IsUnattended()
 {
     return(Native_FApp.IsUnattended());
 }