expression.KermitStopServer( _ ByVal option As KermitStopServerOption _ ) As ReturnCode
where expression is a variable that represents a FileTransfer Object
Parameters
- option
- A KermitStopServerOption value that specifies whether this method logs off from the remote computer, in addition to quitting the server Kermit program. The values are: KermitStopServerOption.NoLogoff KermitStopServer does not log off the remote server. This is the default action if no Logoff argument is included. KermitStopServerOption.Logoff KermitStopServer does log off the remote server.
Return Value
One of the following ReturnCode enumerated values.
Member | Description |
---|---|
Cancelled | Cancelled. |
Error | Error. |
PermissionRequired | Permission is required. |
Success | Success. |
Timeout | Timeout condition. |
Truncated | The text is truncated. |