require "core"

local current_process = core.get_current_notified_process()
if current_process ~= nil then
    core.notify_process_stopped(current_process)
end