Class ThreadOptions
Thread management options
Inheritance
System.Object
ThreadOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Threading
Assembly: Simplic.Threading.dll
Syntax
public class ThreadOptions
Properties
| Improve this Doc View SourceForceStop
Set this to false when the thread automatically terminates itself when closing Simplic Studio
Declaration
public bool ForceStop { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |