Run a Scilab script at background
task = bg_run(fn)
Scilab script name in string format
Process ID for the task
This is to sent the Scilab task to the background as silent process
task = bg_run('myscript.sce')