#include "engine.h"
int engSetVisible(Engine *ep, bool value);
| Parameter | Description |
|---|---|
| Engine *ep | handle to Nelson engine. |
| bool value | set value to 1 to make the engine window visible, or to 0 to make it invisible. |
| Parameter | Description |
|---|---|
| int | 0 if successful or 1 if an error occurs. |
Show or hide Nelson engine session
edit([modulepath('mex', 'tests'), '/test_engine.c'])
| Version | Description |
|---|---|
| 1.0.0 | initial version |