#include "engine.h"
int engGetVisible(Engine *ep, bool *value);
| Parameter | Description |
|---|---|
| Engine *ep | handle to Nelson engine. |
| Parameter | Description |
|---|---|
| int | 0 if successful or 1 if an error occurs. |
| bool * | true (visible) or false (minimize). |
Determine visibility of Nelson engine session
edit([modulepath('mex', 'tests'), '/test_engine.c'])
| Version | Description |
|---|---|
| 1.0.0 | initial version |