system process actions

Allows you to perform operations in the system.


Example

Running this code will process the system action to "Kill" all applications which is looped based on the total number of the list in "%processList".

loop($list total(%processList)) {
    plugin command("OS Automation.dll", "system process actions", $next list item(%processList), "Kill")
}

Was this helpful?

Previous Article

system power on shutdown