Documentation Home Page RT-LAB Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

DescriptionDefines the kind of execution that should be performed when starting an executable process. These defines should be used when using OpalStartExecutable.
Usage
  • RtlabApi.OP_EXEC_FILE_OUTPUT_STDERR
  • RtlabApi.OP_EXEC_FILE_DETACHED


See Elements

Elements
  • OP_EXEC_FILE_OUTPUT_STDERR (1): Stdout and Stderr will be outputs in two different buffers.
  • OP_EXEC_FILE_DETACHED (2): Start the executable process in the background and do not wait for results.
 ExamplesNone
Related ItemsOpalStartExecutable, OpalWaitExecutable.
Modulesimport RtlabApi
  • No labels