Platforms to show: All Mac Windows Linux Cross-Platform

Back to WindowsProcessMBS class.

WindowsProcessMBS.Close

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Shell MBS Win Plugin 17.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Closes the process.

Same as destructor.

WindowsProcessMBS.PeekError(Length as Integer = 0) as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Shell MBS Win Plugin 17.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Peeks in stderr.

WindowsProcessMBS.PeekOutput(Length as Integer = 0) as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Shell MBS Win Plugin 17.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Peeks in stdout.

WindowsProcessMBS.ReadError(Length as Integer = 0) as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Shell MBS Win Plugin 17.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Reads data from stderr.

Please pass maximum number of bytes to read.

WindowsProcessMBS.ReadOutput(Length as Integer = 0) as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Shell MBS Win Plugin 17.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Reads data from stdout.

Please pass maximum number of bytes to read.

WindowsProcessMBS.Run as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Shell MBS Win Plugin 17.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Starts the process.

Returns true on success or false on failure.

WindowsProcessMBS.SetKillProcessWhenParentDies as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Shell MBS Win Plugin 19.5 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Sets process to be killed automatically.

When Xojo application ends, the process you started is killed automatically.
Returns true if option is set or false on failure.

WindowsProcessMBS.Terminate(ExitCode as Integer) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Shell MBS Win Plugin 17.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Terminates the app with the given exit code.

Returns true on success.

WindowsProcessMBS.Write(Data as MemoryBlock) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Shell MBS Win Plugin 17.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Sends data to stdin of the running process.

Returns number of bytes written.

See also:

WindowsProcessMBS.Write(Data as String) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Shell MBS Win Plugin 17.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Sends data to stdin of the running process.

Returns number of bytes written.

See also:

The items on this page are in the following plugins: MBS Win Plugin.


The biggest plugin in space...