Function

Shell-18Shellutil_wifexited

  • Implements libc standard WIFEXITED, that cannot be used JS code.

    Parameters

    • status: number

      the status returned by wait() or waitpid()

    Returns [boolean, number]

    TRUE if the process exited normally, FALSE otherwise