Enum for the Thread Start Options

Namespace: Crestron.SimplSharpPro.CrestronThread
Assembly: SimplSharpPro (in SimplSharpPro.exe)

Syntax

C#
public enum eThreadStartOptions

Members

Member nameValueDescription
CreateSuspended0 Create the thread as suspended
Running1 Start the thread immediately

See Also