Struct ThreadManagerStats
- Namespace
- WitShells.ThreadingJob
[Serializable]
public struct ThreadManagerStats
- Inherited Members
Fields
ActiveThreads
public int ActiveThreads
Field Value
IsRunning
public bool IsRunning
Field Value
MaxThreads
public int MaxThreads
Field Value
PendingMainThreadActions
public int PendingMainThreadActions
Field Value
QueuedJobs
public int QueuedJobs
Field Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.