SetAborted

Sets the abort status and saves the data about the cause of the termination in its own object instance.

METHOD SetAborted : I_AsyncServiceResultClass
VAR_INPUT
    ipReason : I_ServiceErrorClass;
END_VAR

ipReason: Interface pointer of type I_ServiceErrorClass of an object instance with the data on the cause of the termination.

Return parameter: Own interface pointer of type I_AsyncServiceResultClass.