Click or drag to resize

Abortable properties

The Abortable Type exposes the following members.

Properties
 NameDescription of the
Public PropertyAbortableException Contans an optional exception of the executed thread.
Public PropertyApartmentStateObsolete.
Is no longer supported.
Public PropertyCurrentCulture Contains the current culture.
Public PropertyStatic MemberCurrentPrincipal Contains the current principal or null.
Public PropertyStatic MemberCurrentThread Leads to the CurrentThread.
Public PropertyCurrentUICulture Contains the current ui-culture.
Public PropertyExecutionContext Leads to Thread.ExecutionContext.
Public PropertyIsAliveReturns true if the thread has been started and is not dead.
Public PropertyIsBackground Return whether or not this thread is a background thread. Background threads do not affect when the Execution Engine shuts down.
Public PropertyIsThreadPoolThreadReturns true if the thread is a threadpool thread.
Public PropertyManagedThreadId Leads to the extern int thread-id.
Public PropertyName Contains the thread-name or null.
Public PropertyPriorityReturns the priority of the thread.
Public PropertyThreadState Return the thread state as a consistent set of bits. This is more general then IsAlive or IsBackground.
Back to the top
See also