terminate

kill process with given id


Parameters

terminate id :integer

Attributes

code:integeruse given error code

Returns

  • :nothing

Examples

copy
; start process pid: execute.async "someProcessThatDoesSomethingInTheBackground" ; wait for 5 seconds pause 5000 ; terminate background process terminate pid

Related