| DRD:DEV | 
The Android Engine also persists these values as SAFS variables.
            ^DroidEngine.Command    = [command]
            ^DroidEngine.StatusCode = [statuscode string]
            ^DroidEngine.StatusInfo = [statusinfo]
            See DEngineCommandProcessor.setStatusVars().
The TestComplete Engine (TCAFS) also persists these values as SAFS variables.
            
            ^TCAFS.Command    = [command]
            ^TCAFS.StatusCode = [statuscode string]
            ^TCAFS.StatusInfo = [statusinfo]
            ^TCAFS.FullName   = [object.FullName] -- the TestObjects.FullName string--if command returns only 1 reference.