Signal sent by the DocumentIdConverterInterface when the DocumentIdConverterInterface has been cancelled.
Such an event is fired if the DocumentIdConverterInterface was fetching data and cancel is called. The DocumentIdConverterReady signal will be triggered shortly after.
No attachment for events of this type.
Signal sent by the DocumentIdConverterInterface when convert is ready, i.e. getConversionResult can be called.
Such a signal does not tell if the call was successful or not but that the result is ready to be fetched.
Warning, the DocumentIdConverterReady signal is sent later when cancel is called and the DocumentIdConverterInterface is fetching data.
The attachment is a string telling the request id of the call to convert (getLastRequestId).
The DocumentIdConverterInterfaceSignal lists all the signals that may be sent by the DocumentIdConverterInterface.
These signals are emitted by the DocumentIdConverterInterface when some data is available.
part instance idsthat contain the given document, getConversionResult can be called.Please refer to [DocumentIdConverterInterface](../interfaces/DocumentIdConverterInterface.html) for more information.
See
DocumentIdConverterInterface