Click or drag to resize
CMSThreadStopped Method
Returns true if thread was aborted with ABORT_REASON_STOP state info e.g. Thread.Abort(CMSThread.ABORT_REASON_STOP);

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public static bool Stopped(
	ThreadAbortException exception
)

Parameters

exception
Type: System.ThreadingThreadAbortException
The thread abort exception.

Return Value

Type: Boolean
See Also