Kentico 11 API Reference
Kentico 11 API Reference
Namespaces
CMS.Base Namespaces
CMS.Base
CMSThread Class
CMSThread Methods
Abort Method
AllowEmptyContext Method
GetCurrentThreadId Method
GetThread Method
Join Method
LoadTargetDelegateInfo Method
Run Method
RunAsync Method
Start Method
Stop Method
Stopped Method
Wrap Method
WrapFunc Method
CMSThread
Stopped 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: 11.0.0
Syntax
C#
Copy
public
static
bool
Stopped
(
ThreadAbortException
exception
)
Parameters
exception
Type:
System.Threading
ThreadAbortException
The thread abort exception.
Return Value
Type:
Boolean
Exceptions
Exception
Condition
ArgumentNullException
exception
See Also
Reference
CMSThread Class
CMS.Base Namespace
Copyright (c) 2017 Kentico Software
Send comments on this topic to
support@kentico.com