Initializing help system before first use

AppConfig.__init__

AppConfig.__init__


Purpose
Insight AppConfig constructor. Use this decorator to decorate the Insight application class.
Synopsis
__init__(self, name: str, version: xpressinsight.AppVersion = AppVersion(0, 0, 0), result_data: xpressinsight.ResultData = ResultData(delete=ResultDataDelete.ON_CHANGE))
Arguments
name 
Name of the Insight application.
version 
Version of the Insight application.
result_data 
Configuration for result data handling.