PlatformAPI.IOTAConnectionCallback.Abort

From RAD Studio API Documentation
Jump to: navigation, search

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:

  • True to cancel the current on-going process on the Platform Assistant server.
  • False to allow the current on-going process to continue.