BusyThread Enumeration
Specifies which thread a View.Busy or MapControl.Busy event occurs in regard to.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum BusyThread
Values
Value name | Value | Description |
---|---|---|
Foreground | 0 | Indicates that the event has been fired because the foreground thread is busy. |
Background | 1 | Indicates that the event has been fired because one or more background threads are busy. |
Platforms
Windows, Linux, Android