Abort automation script
7th March 2024
Hi Dojo, I want to abort an automation script using: ScriptControlMessage abortMessage = new ScriptControlMessage(DataMinerID) { ScriptID = scriptID, //this is the running automation script ID Type = ScriptControlType.Detach // this aborts the script }; How …