Click or drag to resize
ThreadDebugFinishedThreadItems Property
Gets the List of finished threads. This property is intended for internal use only.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static List<ThreadDebugItem> FinishedThreadItems { get; }

Property Value

Type: ListThreadDebugItem
See Also