Documentation

Swift_Plugins_Reporter

The Reporter plugin sends pass/fail notification to a Reporter.

Tags
author

Chris Corbyn

Table of Contents

RESULT_FAIL  = 0x10
The recipient could not be accepted
RESULT_PASS  = 0x1
The recipient was accepted for delivery
notify()  : mixed
Notifies this ReportNotifier that $address failed or succeeded.

Constants

RESULT_FAIL

The recipient could not be accepted

public mixed RESULT_FAIL = 0x10

RESULT_PASS

The recipient was accepted for delivery

public mixed RESULT_PASS = 0x1

Methods

Search results