Click or drag to resize
ThreadDebugThreadFinished Method
Proceeds the necessary actions when the thread finished

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static void ThreadFinished(
	CMSThread thread
)

Parameters

thread
Type: CMS.BaseCMSThread
Thread that finished
See Also