Home > @i2analyze/i2connect > services > ISubstatus
services.ISubstatus interface
A piece of information about the progress of a long-running service method call.
Signature:
interface ISubstatus
Introduced: API version 1.0
Remarks
Substatuses provide information at a finer level of detail than a simple "succeeded" or "failed" status. The asynchronous state for a particular long-running operation can contain multiple substatuses that report on different aspects of its progress.
Properties
| Property | Type | Description |
|---|---|---|
| message | string | Gets the message that is associated with the substatus information. |
| type | SubstatusType | Gets the type of the substatus information. |