PlatformAPI.IOTAConnectionCallback.Abort
Delphi
function Abort: Boolean;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | PlatformAPI.pas | PlatformAPI | IOTAConnectionCallback |
Description
Abort allows you to specify when to abort an on-going process on the Platform Assistant server.
Processes on the Platform Assistant server often check the value returned by this function to determine whether or not they should continue.
Implement Abort so that it returns either one of the following values:
Trueto cancel the current on-going process on the Platform Assistant server.Falseto allow the current on-going process to continue.