StateImplSetPendingChoicesAsBoolean Method |
[Missing <summary> documentation for "M:P.Runtime.StateImpl.SetPendingChoicesAsBoolean(P.Runtime.PrtImplMachine)"]
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SetPendingChoicesAsBoolean(
PrtImplMachine process
)
Public Sub SetPendingChoicesAsBoolean (
process As PrtImplMachine
)
public:
void SetPendingChoicesAsBoolean(
PrtImplMachine^ process
)
member SetPendingChoicesAsBoolean :
process : PrtImplMachine -> unit
Parameters
- process
- Type: P.RuntimePrtImplMachine
[Missing <param name="process"/> documentation for "M:P.Runtime.StateImpl.SetPendingChoicesAsBoolean(P.Runtime.PrtImplMachine)"]
See Also