System Console and Toolkit Tcl Command Reference Manual

ID 683101
Date 4/03/2023
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.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