# HG changeset patch # User wenzelm # Date 1535914267 -7200 # Node ID 344a4a8847befc0fa353ca735a08850222fb4dad # Parent d975449b266eb70453cd106b27e0a769667cf532 tuned documentation; diff -r d975449b266e -r 344a4a8847be src/Doc/System/Server.thy --- a/src/Doc/System/Server.thy Sun Sep 02 20:47:38 2018 +0200 +++ b/src/Doc/System/Server.thy Sun Sep 02 20:51:07 2018 +0200 @@ -518,15 +518,25 @@ \<^item> \<^bold>\type\ \node_status = {ok: bool, total: int, unprocessed: int, running: int, warned: int, failed: int, finished: int, canceled: bool, initialized: bool, consolidated: bool}\ represents a formal theory node status of the - PIDE document model. Fields \total\, \unprocessed\, \running\, \warned\, - \failed\, \finished\ account for individual commands within a theory node; - \ok\ is an abstraction for \failed = 0\. The \canceled\ flag tells if some - command in the theory has been spontaneously canceled (by an Interrupt - exception that could also indicate resource problems). The \terminated\ flag - indicates that all evaluations in the node has finished. The \initialized\ - flag indicates that the initial \<^theory_text>\theory\ command has been processed. The - \consolidated\ flag indicates whether the outermost theory command structure - has finished (or failed) and the final \<^theory_text>\end\ command has been checked. + PIDE document model as follows. + + \<^item> Fields \total\, \unprocessed\, \running\, \warned\, \failed\, \finished\ + account for individual commands within a theory node; \ok\ is an + abstraction for \failed = 0\. + + \<^item> The \canceled\ flag tells if some command in the theory has been + spontaneously canceled (by an Interrupt exception that could also + indicate resource problems). + + \<^item> The \terminated\ flag indicates that all evaluations in the node has + finished. + + \<^item> The \initialized\ flag indicates that the initial \<^theory_text>\theory\ command has + been processed. + + \<^item> The \consolidated\ flag indicates whether the outermost theory command + structure has finished (or failed) and the final \<^theory_text>\end\ command has been + checked. \