probe::kprocess.exec_complete — Return from exec to a new program
kprocess.exec_complete
success
A boolean indicating whether the exec was successful
errno
The error number resulting from the exec
On success, the context of the new executable. On failure, remains in the context of the caller.
Fires at the completion of an exec call.