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.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 }