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
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |