Stopped man page on SunOS

Man page or keyword search:  
man Server   20652 pages
apropos Keyword Search (all sections)
Output format
SunOS logo
[printable version]

Stopped(4)		 Desktop Services Message Sets		    Stopped(4)

NAME
       Stopped - a tool has terminated

SYNOPSIS
       Stopped(in string vendor,
	       in string toolName,
	       in string toolVersion);

DESCRIPTION
       The Stopped notice announces that a tool has exited.

       The vendor argument is the vendor of the terminated tool.

       The toolName argument is the name of the terminated tool.

       The toolVersion argument is the version of the terminated tool.

EXAMPLES
       A  pattern  observing  the  Stopped request can be registered as in the
       following example:

	    Tt_pattern pat = tt_pattern_create();
	    tt_pattern_category_set(pat, TT_OBSERVE);
	    tt_pattern_scope_add(pat, TT_SESSION);
	    char *ses = tt_default_session();
	    tt_pattern_session_add(pat, ses);
	    tt_free(ses);
	    tt_pattern_op_add(pat, Tttk_Started);
	    tt_pattern_op_add(pat, Tttk_Stopped);
	    tt_pattern_callback_add(pat, my_callback);
	    tt_pattern_register(pat);

       The Stopped request can be sent with ttdt_close(3).

SEE ALSO
       tt_free(3), tt_pattern_callback_add(3), tt_pattern_category_set(3),
       tt_pattern_op_add(3), tt_pattern_register(3), tt_pattern_scope_add(3),
       tt_pattern_session_add(3), ttdt_close(3); Started notice.

ToolTalk 1.3			 1 March 1996			    Stopped(4)
[top]

List of man pages available for SunOS

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net