Write Write(.process, integer id, input_string) -> boolean Wrtites the input string to stdin of the process. Returns true on success.
(.process, 12345, "foo") -> true