Signal sent by the DocumentIdConverterInterface when the DocumentIdConverterInterface has been cancelled.
Such an event is fired if the DocumentIdConverterInterface was fetching data and DocumentIdConverterInterface.cancel is called. The DocumentIdConverterReady signal will be triggered shortly after.
No attachment for events of this type.
Signal sent by the DocumentIdConverterInterface when DocumentIdConverterInterface.convert is ready, i.e. DocumentIdConverterInterface.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 DocumentIdConverterInterface.cancel is called and the DocumentIdConverterInterface is fetching data.
The attachment is a string telling the request id of the call to DocumentIdConverterInterface.convert (DocumentIdConverterInterface.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, DocumentIdConverterInterface.getConversionResult can be called.Please refer to DocumentIdConverterInterface for more information.
See
DocumentIdConverterInterface