Enum ThreadImportance
Importance of a thread
Namespace: Simplic.Threading
Assembly: Simplic.Threading.dll
Syntax
public enum ThreadImportance
Fields
Name | Description |
---|---|
Essential | Simplic Studio cannot be closed while this thread is running |
Important | Indicates that the user should be warned when exiting Simplic Studio |
Unimportant | The thread can be automatically killed when exiting Simplic Studio |