Call_Finish Function

Completes a call to a function or forward's call list.

int Call_Finish(any& result)

Parameters

any& result

Return value of function or forward's call list.

Return Value

SP_ERROR_NONE on success, any other integer on failure.

Errors

Called before a call has been started.

Notes

Cannot be used before a call has been started.