Enum for the Thread Start Options
Namespace: Crestron.SimplSharpPro.CrestronThreadAssembly: SimplSharpPro (in SimplSharpPro.exe)
Syntax
C# |
---|
public enum eThreadStartOptions |
Members
Member name | Value | Description | |
---|---|---|---|
CreateSuspended | 0 | Create the thread as suspended | |
Running | 1 | Start the thread immediately |