SdlProcessPointerEx extension

on

Methods

destroy() → void process

Available on Pointer<SdlProcess>, provided by the SdlProcessPointerEx extension

Destroy a previously created process object.
getInput() Pointer<SdlIoStream> process

Available on Pointer<SdlProcess>, provided by the SdlProcessPointerEx extension

Get the SDL_IOStream associated with process standard input.
getOutput() Pointer<SdlIoStream> process

Available on Pointer<SdlProcess>, provided by the SdlProcessPointerEx extension

Get the SDL_IOStream associated with process standard output.
getProperties() int process

Available on Pointer<SdlProcess>, provided by the SdlProcessPointerEx extension

Get the properties associated with a process.
kill({bool force = false}) bool process

Available on Pointer<SdlProcess>, provided by the SdlProcessPointerEx extension

Stop a process.
read(SdlxDataResult result) bool process

Available on Pointer<SdlProcess>, provided by the SdlProcessPointerEx extension

Read all the output from a process.
wait({bool block = false}) int? process

Available on Pointer<SdlProcess>, provided by the SdlProcessPointerEx extension

Wait for a process to finish.