MemoryVariableStore.SetValue(string,bool)
Method in MemoryVariableStore
Summary
Stores a bool in this VariableStorage.
public virtual void SetValue(string variableName, bool boolValue)Parameters
| Name | Description |
|---|---|
string variableName | The name to associate with this variable. |
bool boolValue | The boolean value to store. |