forked from lbartnik/subprocess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
45 lines (44 loc) · 935 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Generated by roxygen2: do not edit by hand
S3method(print,process_handle)
export(CTRL_BREAK_EVENT)
export(CTRL_C_EVENT)
export(C_tests_utf8)
export(PIPE_BOTH)
export(PIPE_STDERR)
export(PIPE_STDOUT)
export(SIGABRT)
export(SIGALRM)
export(SIGCHLD)
export(SIGCONT)
export(SIGFPE)
export(SIGHUP)
export(SIGILL)
export(SIGINT)
export(SIGKILL)
export(SIGPIPE)
export(SIGQUIT)
export(SIGSEGV)
export(SIGSTOP)
export(SIGTERM)
export(SIGTSTP)
export(SIGTTIN)
export(SIGTTOU)
export(SIGUSR1)
export(SIGUSR2)
export(TERMINATION_CHILD_ONLY)
export(TERMINATION_GROUP)
export(TIMEOUT_IMMEDIATE)
export(TIMEOUT_INFINITE)
export(is_process_handle)
export(process_close_input)
export(process_kill)
export(process_read)
export(process_return_code)
export(process_send_signal)
export(process_state)
export(process_terminate)
export(process_wait)
export(process_write)
export(signals)
export(spawn_process)
useDynLib(subprocess, .registration = TRUE)