SdlProcessPointerEx extension
- on
Methods
-
destroy(
) → void process -
Available on Pointer<
Destroy a previously created process object.SdlProcess> , provided by the SdlProcessPointerEx extension -
getInput(
) → Pointer< processSdlIoStream> -
Available on Pointer<
Get the SDL_IOStream associated with process standard input.SdlProcess> , provided by the SdlProcessPointerEx extension -
getOutput(
) → Pointer< processSdlIoStream> -
Available on Pointer<
Get the SDL_IOStream associated with process standard output.SdlProcess> , provided by the SdlProcessPointerEx extension -
getProperties(
) → int process -
Available on Pointer<
Get the properties associated with a process.SdlProcess> , provided by the SdlProcessPointerEx extension -
kill(
{bool force = false}) → bool process -
Available on Pointer<
Stop a process.SdlProcess> , provided by the SdlProcessPointerEx extension -
read(
SdlxDataResult result) → bool process -
Available on Pointer<
Read all the output from a process.SdlProcess> , provided by the SdlProcessPointerEx extension -
wait(
{bool block = false}) → int? process -
Available on Pointer<
Wait for a process to finish.SdlProcess> , provided by the SdlProcessPointerEx extension