<< bg_display Trity IOT Module bg_terminate >>

Trity IOT Module >> Trity IOT Module > bg_run

bg_run

Run a Scilab script at background

Calling Sequence

task = bg_run(fn)

Parameters

fn :

Scilab script name in string format

task :

Process ID for the task

Description

This is to sent the Scilab task to the background as silent process

Examples

task = bg_run('myscript.sce')

See also

Authors


Report an issue
<< bg_display Trity IOT Module bg_terminate >>