new_return_values


Description:

[ Version ( since = "3.0" ) ]
public ValueArray new_return_values (PDBStatusType status, owned Error? error)

Format the expected return values from procedures.

Parameters:

this

the procedure.

status

the success status of the procedure run.

error

an optional Error. This parameter should be set if status is either EXECUTION_ERROR or CALLING_ERROR.

Returns:

the expected ValueArray as could be returned by a [callback@RunFunc].