System Console and Toolkit Tcl Command Reference Manual

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

1.1.62. executor_is_cancelled

Description

Query if the process was cancelled before it completed normally

Usage

executor_is_cancelled <service-path> <int>

ReturnType

boolean

Returns

True if process cancelled, false otherwise

Arguments

service-path
int

Example

if {[executor_is_cancelled $executor_path $handle]} { # do something }