Click or drag to resize

AbortableIsBackground property

Return whether or not this thread is a background thread. Background threads do not affect when the Execution Engine shuts down.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
Syntax
public bool IsBackground { get; set; }

Property value

Boolean
See also