es_event_exec_t
A type for an event that indicates the execution of a process.
Declaration
struct es_event_exec_tOverview
To get the process’ arguments, file descriptors, and environment variables from this type, use the following functions:
Arguments — es_exec_arg(_:_:) and es_exec_arg_count(_:).
Environment variables — es_exec_env(_:_:), and es_exec_env_count(_:).
File descriptors — es_exec_fd(_:_:), es_exec_fd_count(_:).