Home > @i2analyze/i2connect > spi > AsyncQuerySubstatus
spi.AsyncQuerySubstatus type
A message about the progress of an asynchronous query, which might be displayed to users.
Signature:
export type AsyncQuerySubstatus = {
message: string;
type: 'INFORMATION' | 'WARNING' | 'ERROR' | 'SUCCESS';
};