Sends a break signal to the server.
Syntax
object.Break
Parameters
None.
Return Value
A value of zero is returned if the break signal was sent
successfully. Otherwise, a non-zero error code is returned which
indicates the cause of the failure.
Remarks
The Break method sends a signal to the server which may
terminate an application that is currently running. The actual
response to the break signal depends on the application.
See Also
Abort Method,
Cancel Method
|