public void Wait(int milliseconds)
No description provided.
void
using System;
public class CPHInline
{
public bool Execute()
{
CPH.SendMessage("This is the first message.");
//Wait 5 seconds CPH.Wait(5000);
CPH.SendMessage("This is the second message.");
return true;
}
}