 | 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.ApplicationEnvironmentAssembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntaxpublic bool KillChildProcessesOnApplicationExit { get; set; }
Public Property KillChildProcessesOnApplicationExit As Boolean
Get
Set
public:
property bool KillChildProcessesOnApplicationExit {
bool get ();
void set (bool value);
}
member KillChildProcessesOnApplicationExit : bool with get, set
Property value
Boolean
See also