Error Applet: Difference between revisions
StuntHacks (talk | contribs) Created page with "This is the applet presented when a title displays an error message. See AM_services#Library_Applets. The error applet expects three IStorage inpu..." |
StuntHacks (talk | contribs) Removed a mistakenly added argument |
||
Line 1: | Line 1: | ||
This is the applet presented when a title displays an error message. | This is the applet presented when a title displays an error message. | ||
See [[AM_services#Library_Applets]]. The error applet expects three [[AM_services#IStorage|IStorage]] inputs and no output. | See [[AM_services#Library_Applets]]. The error applet expects three [[AM_services#IStorage|IStorage]] inputs and no output. | ||
== ErrorConfig == | == ErrorConfig == | ||
Line 14: | Line 11: | ||
== Usage == | == Usage == | ||
User-processes should push a common arguments struct as well as | User-processes should push a common arguments struct as well as the typical ErrorConfig struct. Since the error applet doesn't have any output, user-processes can then directly join the applet and wait for it to finish. | ||
[[Category:Library Applets]] | [[Category:Library Applets]] |