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
Syntaxpublic static bool Stopped(
ThreadAbortException exception
)
Parameters
- exception
- Type: System.ThreadingThreadAbortException
The thread abort exception.
Return Value
Type:
Boolean
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | exception |
See Also