IForeThread.Abort

Syntax

Abort;

Description

The Abort method finishes thread execution.

Comments

When the Abort method is called, the custom method that was executed in the thread is stopped. Be careful when calling the Abort method because it may result in the loss of the data used in the thread.

See also:

IForeThread