MonitorInfo
This interface gives access to all the useful bits related to asynchronous operations:
export interface MonitorInfo {
inProgressActions?: AsynAction<any>[],
currentAction?: AsynAction<any>,
status?: MonitorStatus,
}
This interface gives access to all the useful bits related to asynchronous operations:
export interface MonitorInfo {
inProgressActions?: AsynAction<any>[],
currentAction?: AsynAction<any>,
status?: MonitorStatus,
}