<< bg_display bytecode_iot_module bg_terminate >>

bytecode_iot_module >> bytecode_iot_module > bg_run

bg_run

Run a Scilab script at background

Syntax

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 bytecode_iot_module bg_terminate >>