IsUserInteractive Property (C1DocumentSource)
Gets a value indicating whether the current document source is running in a user-interactive environment. This property returns false when running in a service, web app and so on.
public static bool IsUserInteractive {get;}
'Declaration
Public Shared ReadOnly Property IsUserInteractive As Boolean