Returns true if thread was aborted with ABORT_REASON_STOP state info e.g. Thread.Abort(CMSThread.ABORT_REASON_STOP);
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public static bool Stopped(
ThreadAbortException exception
)
Parameters
- exception
- Type: System.ThreadingThreadAbortException
The thread abort exception.
Return Value
Type:
BooleanExceptions Exception | Condition |
---|
ArgumentNullException | exception |
See Also