A Visual Script node representing a function state.
	
	
		[VisualScriptFunctionState] is returned from [VisualScriptYield] and can be used to resume a paused function call.
	
	
	
	
		
			
			
			
			
			
				Connects this [VisualScriptFunctionState] to a signal in the given object to automatically resume when it's emitted.
			
		
		
			
			
				Returns whether the function state is valid.
			
		
		
			
			
			
				Resumes the function to run from the point it was yielded.