Ejemplo n.º 1
0
 public void AgentAlwaysUpdate()
 {
     if (this.isScriptValid() && this.getScriptType() == "AgentScript" && !this.isDoneInProgress())
     {
         AgentScript.AgentAlwaysUpdateInternal();
         AgentScript.AgentAlwaysUpdate();
     }
 }