True while the engine is paused waiting for a debug-mode user interaction (qUserInteractionWanted).
Errors and warnings discovered so far.
Log of completed steps accumulated across the whole request, oldest first (qPersistentProgressMessages).
What is happening right now; replaced on every event (qTransientProgressMessage).
Total time the request took, in milliseconds (qMillisecs).
Any warnings reported during the request.
Full log of completed steps, oldest first.
Errors and warnings reported for the failed request.
Log of completed steps recorded before the request failed, oldest first.
Errors and warnings reported before the request was interrupted.
Log of completed steps recorded before the request was interrupted, oldest first.
A cleaned-up, synthetic progress event derived from the engine's raw
GetProgressresponses.The lifecycle is
started->progress(zero or more) -> a terminal event, one of:finished: the operation completed successfully.error: the operation ran but ended in an error the user should examine (a failed reload).aborted: the operation was interrupted, e.g. the websocket connection was lost.persistentis the accumulated log of completed steps (oldest first) andtransientis the message that is currently changing. A typical display shows everypersistentmessage followed by thetransientone when it differs from the last persistent message.