this my code Load and unload a Action in Illustrator. But Action Set [Test_Set_Action] still exist after unload .
oIllustrator.loadAction("C:\Test_Set_Action.aia")
oIllustrator.unloadAction("Test_Set_Action", "CVCMYK")
How delete a Action Set [Test_Set_Action] after unload by Script?
Or check [Test_Set_Action] still exist?