Set Boolean Variable

Sets the value of a boolean variable.

 

Input Arguments

 

0

String

Name

The name of the boolean variable to set.

1

Boolean

Value

The value to set the variable to.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The value was set successfully.

FAILURE

An invalid variable name was provided.

 

Remarks

None.

 

Get Boolean Variable

Retrieves the value of a boolean variable.

 

Input Arguments

 

0

String

Name

The name of the boolean variable to retrieve.

 

Return Arguments

 

1

Boolean

Value

The value stored in the specified variable.

 

Returned Status

 

SUCCESS

The value was retrieved.

FAILURE

The specified variable does not exist.

 

Remarks

None.