Get a list of process
Command Description
Obtain the process list information that the current user has authorized from the Commander
Command Prototype
ProcessList = Task.GetProcess()
Command parameter
None
Return result
ProcessList, Assign the result of running the command to this variable
Run instance
/**************************Get Process List**************************
Command prototype:
ProcessList = Task.GetProcess()
Input parameters:
--> None
Output parameters:
--> None
Notes:
None
******************************************************************/
ProcessList = Task.GetProcess()