Reboot(Timeout)
|
|
|
Will reboot the device
Timeout - Timeout waiting for the device to reload. "0" will return immediately
Make sure that no system pop-up is displayed after device reboot. Those pop-ups block the ability to launch applications on the device. For example, make sure that no pop-up that asks for Apple ID is presented.
On some devices, an additional action is needed after reboot of unlocking the device. This can be done using Mobile Key Events of {UNLOCK}
if(client.reboot(120000)){// If statement}if(client.Reboot(120000)){// If statement}If StrComp (client.Reboot ( 120000 ), "True") = 0 Then Report 'If statementElse ReportEnd Ifif(self.client.reboot(120000)):# If statementpassif($client->reboot(120000)){# If statement}