Odcl_TaskList

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > PC System >

Odcl_TaskList

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_TaskList

This function will show you all application running.

Return Values

list of application. running.

(("acad.exe" "5420" "Console" "1" "354ÿ120" "K")

("AcBrowserHost.exe" "6696" "Console" "1" "12ÿ260" "K")

("AdAppMgr.exe" "2756" "Console" "1" "56ÿ668" "K")

.............))

 

 

Exemple:

tasklist

 

AutoLisp Syntax:

(Odcl_TaskList)