System Console and Toolkit Tcl Command Reference Manual

ID 683101
Date 12/12/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

1.1.64. executor_run

Description

Schedule the process to run some time in the future in this single-threaded executor. Previous processes have to finish execution before this process is started by executor.

Usage

executor_run [-clean_directory_before <Boolean>] [-clean_directory_after <Boolean>] <service-path> <String> <List>

ReturnType

int

Returns

Process handle

Arguments

Boolean (optional)
Boolean (optional)
service-path
String
List

Example

set handle [executor_run $executor_path "quartus_sh" "--version"]