WorkingThreadState Enumeration

State of the working thread.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public enum WorkingThreadState

Members

Regular0 Work in progress.
LimitedResources1 Limited resources detected on work start.
AbortRequested2 Work is ready to be terminated.

See Also