Enum ThreadType
What a thread does
Namespace: Simplic.Threading
Assembly: Simplic.Threading.dll
Syntax
public enum ThreadType
Fields
Name | Description |
---|---|
Other | Unknown or unclassifiable thread |
PythonScript | A thread that runs an IronPython script |
Request | A thread that requests data |