Syntax:
process {name} {elements}
Keyword handler:
net.eclecity.linguist.basic.keyword.BasicKProcess.class
Runtime handler(s):
net.eclecity.linguist.handler.BasicHProcess.class
Function:
Declares a process or an array of processes. The array size is fixed at time of compilation.
A process is used where you want to launch an external program and be able to stop it again. See create, close and stop.
Example(s):
process BackgroundActions connection Processes 5