System Console and Toolkit Tcl Command Reference Manual

ID 683101
Date 4/01/2024
Public
Document Table of Contents

1.1.67. executor_wait_for

Description

Blocks until process completed or timeout occurred, whichever comes first. Timeout cannot be more than 10 seconds. To wait longer, run the command multiple times.

Usage

executor_wait_for <service-path> <int> <int>

ReturnType

boolean

Returns

True if the process completed before timeout, false otherwise

Arguments

service-path
int
int

Example

executor_wait_for $executor_path $handle 1