process

get information on current process/program


Parameters

process 

Returns

  • :dictionary

Examples

copy
print process\id ; 78046 inspect process ; [ :dictionary ; id : 78046 :integer ; memory : [ :dictionary ; occupied : 1783104 :integer ; free : 360448 :integer ; total : 2379776 :integer ; max : 2379776 :integer ; ] ; ]

Related