Halts an executing command in the FSP client.
procedure AbortCmd;
AbortCmd is a procedure that implements a thread-safe mechanism used to halt an executing command in the FSP client. AbortCmd sets a thread-safe internal flag that is examined in SendCmd, and allows an executing FSP command to be aborted without raising an exception in a worker thread.
SendCmd
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|