Custom Nodes Square9.CustomNode SDK Methods Current: DeleteProcessById Method DeleteProcessById Method Deletes a process from the process database by process ID. public void DeleteProcessById(int id); CODE Classes: Database Parametersint id ExampleThe following example demonstrates Database.DeleteProcessById(1); CODE RemarksThis operation will also delete files associated with the process. ×