Click or drag to resize

PrtFunExecuteToCompletion Method

[Missing <summary> documentation for "M:P.Runtime.PrtFun.ExecuteToCompletion(P.Runtime.StateImpl,P.Runtime.PrtMachine,P.Runtime.PrtValue[])"]

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public PrtValue ExecuteToCompletion(
	StateImpl application,
	PrtMachine parent,
	params PrtValue[] args
)

Parameters

application
Type: P.RuntimeStateImpl

[Missing <param name="application"/> documentation for "M:P.Runtime.PrtFun.ExecuteToCompletion(P.Runtime.StateImpl,P.Runtime.PrtMachine,P.Runtime.PrtValue[])"]

parent
Type: P.RuntimePrtMachine

[Missing <param name="parent"/> documentation for "M:P.Runtime.PrtFun.ExecuteToCompletion(P.Runtime.StateImpl,P.Runtime.PrtMachine,P.Runtime.PrtValue[])"]

args
Type: P.RuntimePrtValue

[Missing <param name="args"/> documentation for "M:P.Runtime.PrtFun.ExecuteToCompletion(P.Runtime.StateImpl,P.Runtime.PrtMachine,P.Runtime.PrtValue[])"]

Return Value

Type: PrtValue

[Missing <returns> documentation for "M:P.Runtime.PrtFun.ExecuteToCompletion(P.Runtime.StateImpl,P.Runtime.PrtMachine,P.Runtime.PrtValue[])"]

See Also