HasReturnStatement

Description:              Examines a specified object to see if it is currently running a return statement in steady-state.

Returns:                    Boolean

Usage:                       Script

Format:                      HasReturnStatement(Object)

Parameters:             Object          { Object value }  { required }  { no default }

                                      Reference to the object of interest.

Comments:               This function examines a specified object to see if it is currently running a return statement in steady-state. Returns 1 if such a statement is running, 0 if no return statement is running in steady-state, or Invalid if the first parameter cannot be resolved to an object.

See Also:                  

SetReturnValue