TABLE OF CONTENTS


::pwtk::remote_id

SYNOPSIS

proc ::pwtk::remote_id {} {

PURPOSE

Return the ID of the last background remote job or an empty string if there are/were no remote background jobs.

SOURCE

    variable remote
    ifexist remote(ID) {
        return $remote(ID)
    } else {
        return ""
    }
}