GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Pause(special file) Pause(special file)

Pause — pause a tool, operation or data performance

Pause([in messageID operation]);

The Pause request pauses the specified tool, operation or data performance.

If the optional operation argument is included, the handler should pause the operation that was invoked by the specified request.

The operation argument is the request that should be paused. For a request to be eligible for pausing, the handler must have sent a Status notice back to the requester (thus identifying itself to the requester).

The ToolTalk service may return the following error in processing the Pause request:

The operation argument does not refer to any message currently known by the handler.

The ttdt_session_join(3), and ttdt_message_accept(3), functions can be used to register for, and help process, the Pause request.

The Pause message can be sent as in the following example:

Tt_message msg = tttk_message_create(0, TT_REQUEST, TT_SESSION,

the_recipient_procid, TTDT_PAUSE,
my_callback); tt_message_send(msg);

Pause can also be sent as a multicast notice, as an edict to all tools in the scope of the message. The consequences of doing so can be severe and unexpected.

tt_message_send(3), ttdt_message_accept(3), ttdt_session_join(3); Resume request.


Search for    or go to Top of page |  Section s |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.