Click or drag to resize

BasicAppSettingsKillChildProcessesOnApplicationExit property

With True, all child processes of the application at the end of the program should be can be scheduled recursively after a certain waiting time. Attention: BasicAppSettings only provides the property. The respective application must take care of terminating the processes. via integration of NetEti.ProcessTools and call of ProcessWorker.FinishChildProcesses() yourself. Default: false.

Namespace: NetEti.ApplicationEnvironment
Assembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntax
public bool KillChildProcessesOnApplicationExit { get; set; }

Property value

Boolean
See also