Example: rdp_sync_on_agent

The following shows that the script waits 60 seconds to locate an RDP agent running on the RDP Server.

rdp_sync_on_agent(

    "StepDescription=SynchronizeAgent",

    "FailStepIfNotFound=Yes",
    "Timeout=60",
    RDP_LAST );