2
0

Status.sgm 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <!-- $XConsortium: Status.sgm /main/5 1996/08/30 15:01:49 rws $ -->
  2. <!-- (c) Copyright 1995 Digital Equipment Corporation. -->
  3. <!-- (c) Copyright 1995 Hewlett-Packard Company. -->
  4. <!-- (c) Copyright 1995 International Business Machines Corp. -->
  5. <!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
  6. <!-- (c) Copyright 1995 Novell, Inc. -->
  7. <!-- (c) Copyright 1995 FUJITSU LIMITED. -->
  8. <!-- (c) Copyright 1995 Hitachi. -->
  9. <![ %CDE.C.CDE; [<RefEntry Id="CDEMX.XCDI.MAN315.rsml.1">]]>
  10. <![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN315.rsml.1">]]>
  11. <RefMeta>
  12. <RefEntryTitle>Status</RefEntryTitle>
  13. <ManVolNum>special file</ManVolNum>
  14. </RefMeta>
  15. <RefNameDiv>
  16. <RefName><Symbol Role="Message">Status</Symbol></RefName>
  17. <RefPurpose>a tool has some status information to announce
  18. </RefPurpose>
  19. </RefNameDiv>
  20. <!-- $XConsortium: Status.sgm /main/5 1996/08/30 15:01:49 rws $-->
  21. <!-- CDE Common Source Format, Version 1.0.0-->
  22. <!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
  23. <!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
  24. <!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
  25. <!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
  26. <RefSynopsisDiv>
  27. <Synopsis>Status(in string <Symbol Role="Variable">status</Symbol>,
  28. in string <Emphasis>vendor</Emphasis>,
  29. in string <Emphasis>toolName</Emphasis>,
  30. in string <Emphasis>toolVersion</Emphasis>
  31. [in messageID <Emphasis>commission</Emphasis>]);
  32. </Synopsis>
  33. </RefSynopsisDiv>
  34. <RefSect1>
  35. <Title>DESCRIPTION</Title>
  36. <Para>The
  37. <Symbol Role="Message">Status</Symbol> notice
  38. indicates that
  39. a tool has status information to announce.
  40. </Para>
  41. <Para>The
  42. <Symbol Role="Variable">status</Symbol> argument
  43. is the status being announced.
  44. </Para>
  45. <Para>The
  46. <Emphasis>vendor</Emphasis> argument
  47. is the vendor of the sending tool.
  48. </Para>
  49. <Para>The
  50. <Emphasis>toolName</Emphasis> argument
  51. is the name of the sending tool.
  52. </Para>
  53. <Para>The
  54. <Emphasis>toolVersion</Emphasis> argument
  55. is the version of the sending tool.
  56. </Para>
  57. <Para>The
  58. <Emphasis>commission</Emphasis> argument
  59. is the ID of the request, if any, that initiated the operation
  60. the status of which is being announced.
  61. </Para>
  62. </RefSect1>
  63. <RefSect1>
  64. <Title>APPLICATION USAGE</Title>
  65. <Para>The
  66. &cdeman.ttdt.subcontract.manage;, function can be used to register for,
  67. and help process, the
  68. <Symbol Role="Message">Status</Symbol> request.
  69. </Para>
  70. <Para>The
  71. <Symbol Role="Message">Status</Symbol> request can be sent with
  72. &cdeman.ttdt.message.accept;.</Para>
  73. <Para>The
  74. <Symbol Role="Message">Status</Symbol> notice can be used by handlers of requests invoking protracted
  75. operations to provide periodic point-to-point status reports to the
  76. requester.
  77. Doing so has the nice side effect of identifying the handler to
  78. the requester, so that the requester can issue a
  79. <Symbol Role="Message">Quit</Symbol> request if it wants to.
  80. </Para>
  81. </RefSect1>
  82. <RefSect1>
  83. <Title>SEE ALSO</Title>
  84. <Para>&cdeman.ttdt.message.accept;, &cdeman.ttdt.subcontract.manage;; <Symbol Role="Message">Quit</Symbol> request.
  85. </Para>
  86. </RefSect1>
  87. </RefEntry>
  88. <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->