set_exit_status


Description:

[ CCode ( cname = "FCGX_SetExitStatus" , instance_pos = 1.2 ) ]
public void set_exit_status (int status)

Sets the exit status for stream's request.

The exit status is the status code the request would have exited with, had the request been run as a CGI program. You can call this several times during a request; the last call before the request ends determines the value.