send_warning method

send_warning

If receiver is not null ends warning to a specified receiver and throws the AbortRequestedException if receiver decided to abort a operation.

def send_warning(self, receiver):
    ...
ParameterTypeDescription
receiverIWarningCallbackReceiver object IWarningCallback

See Also