ThreadContext Description sealed class Tinman.Core.Threading.ThreadContext Base interface for classes that provide context information for a main method of a background thread. Public / Attributes Owner public readonly attribute Owner → (Thread) The Thread object that owns this context. Parameter public readonly attribute Parameter → (object) The parameter object that has been specified when the thread has been started. ShallQuit public attribute ShallQuit → (get) value : bool true if the thread shall terminate as soon as possible, false if not. Shall the thread terminate gracefully? Thread ThreadMainBase