SetOperatorID
Sets the ID of the person who is operating Rulerunner.
Syntax
bool SetOperatorID (string OperatorID)
Parameters
A Single value representing the new Operator ID value.Returns
False if setting the value throws an error. Otherwise, True.Level
All.Details
Sets the Operator ID at the completion of the Task.- Example
SetOperatorID("admin")