Signal sent by the PartInstanceMatrixGetterInterface when it has been cancelled.
Such an event is fired if the PartInstanceMatrixGetterInterface was fetching some matrices and PartInstanceMatrixGetterInterface.cancelFetch is called. The MatrixFetchReady signal will be triggered shortly after.
No attachment for events of this type.
Signal sent by the PartInstanceMatrixGetterInterface when PartInstanceMatrixGetterInterface.fetchMatrices is ready, i.e. PartInstanceMatrixGetterInterface.getMatricesResult 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 MatrixFetchReady signal is sent later when PartInstanceMatrixGetterInterface.cancelFetch is called and the PartInstanceMatrixGetterInterface is fetching.
The attachment is a string telling the request id of the call to PartInstanceMatrixGetterInterface.fetchMatrices (PartInstanceMatrixGetterInterface.getLastRequestId).
The PartInstanceMatrixGetterInterfaceSignal lists all the signals that may be sent by the PartInstanceMatrixGetterInterface.
These signals are emitted by the PartInstanceMatrixGetterInterface when a part instance matrix fetch result is ready.
Please refer to PartInstanceMatrixGetterInterface for more information.
See
PartInstanceMatrixGetterInterface