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 4 Current »

Group

Utilities
Description

Stops and kills an executable running as an external process on the host computer.

Required Control

None

Usage

RtlabApi.StopExecutable (processId)

Input
  • processId: ProcessId of the executable to stop.

Output

None

Exception
  • EOK: Success.
  • OP_API_STOP_EXEC_FILE: Error stopping the execution of the process.
ExamplesNone
Related ItemsStartExecutable, WaitExecutable.
Modulesimport RtlabApi
  • No labels