Sets the value of a boolean variable.
0 |
String |
Name |
The name of the boolean variable to set. |
1 |
Boolean |
Value |
The value to set the variable to. |
None.
SUCCESS |
The value was set successfully. |
FAILURE |
An invalid variable name was provided. |
None.
Get Boolean Variable
Retrieves the value of a boolean variable.
0 |
String |
Name |
The name of the boolean variable to retrieve. |
1 |
Boolean |
Value |
The value stored in the specified variable. |
SUCCESS |
The value was retrieved. |
FAILURE |
The specified variable does not exist. |
None.