-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.Channel.DataAvailable
Andrew Lambert edited this page Nov 26, 2022
·
6 revisions
Event Sub DataAvailable(ExtendedStream As Boolean)
Name | Type | Comment |
---|---|---|
ExtendedStream |
Boolean | If False then the data is coming from stdout . If True then the data is coming from stderr . |
This event is raised by Channel.PollReadable
if data can be read from the stream without blocking.
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.