-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.Channel.PollReadable
Andrew Lambert edited this page Nov 26, 2022
·
6 revisions
Function PollReadable(Timeout As Integer = 1000, PollStdErr As Boolean = False) As Boolean
Name | Type | Comment |
---|---|---|
Timeout |
Integer | Optional. The length of time to wait for activity, in milliseconds. |
PollStdErr |
Boolean | Optional. If True then the stderr stream is polled instead of stdout . |
Returns True if data is available in the channel's read buffer.
This method polls the channel for readability. The DataAvailable, Disconnected, and Error events will be raised if appropriate.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.