#include "nsISupports.idl" // UUID version 5 for http://passpet.org/XPCOM/IPasspetContinuation [scriptable, uuid(b48a2fca-df91-5ee0-af4e-6c8585c74e0d)] interface IPasspetContinuation : nsISupports { // The previous operation succeeded and yielded the result 'result'. void proceed(in ACString result); // The previous operation failed with an error described by 'error'. void abort(in ACString error); };