tcl.end

Verb: Access/TCL, Releases: AP

Ends process.

Syntax

end {port.number user-id}

Description

terminates a process on another port, or the current port if a port.number is not specified.

'end' also stops processing at the previous level and returns to the preceding level TCL prompt. However, if there is an active list at the current level, then list list will be cleared, and control will not return to the previous level.

The 'end' command can also be used to stop a TCL command that was sent to another line by the 'tcl' command, or to terminate a 'phantom' job. (See the 'z', 'zh', 'zhs' and 'zs' commands).

This command requires a sys2 privilege level.

If the 'port.number' and user-id are not specified, 'end' stops the process on the current line.

'end' also clears an active list.

Example

end

This ends the process at the current level.

end 16 dm

This stops the process executing on line 16, under the user-id, 'dm'.

select dict entity
[404] 276 items selected out of 276 items.
end

This 'kills' an active list.

See Also

Command Name Type Description
tcl.list-jobs Verb: Access Displays information about phantom processes.
tcl.z Verb: Access Invokes phantom process.
tcl.logon Verb: Access Initiates process on specified port.
tcl.tcl Verb: Access Executes a TCL command on another port.
access.select Verb: Access Creates list of items meeting specific criteria.
secondary.list Definition A list of item-id's generated by one of the list-generating processes while an active list is present.
active.list Definition A list of strings delimited by attribute marks created by one of the list-generating processes.
port.number Definition The port number associated with the process.
tcl.stopsched Verb: Access Deactivates the phantom scheduler.
system.debugger.: Command Pushes level from debugger.
tcl.off Verb: Access Terminates session.
tcl.startsched Verb: Access Starts the phantom scheduler.
access.sselect Verb: Access Creates sorted list of items meeting specific criteria.
tcl.level.pushing Definition Description of level pushing.
tcl.phantom Introductory Description of phantom (background) processes.
tcl.logoff Verb: Access Terminates session on specified port.
system.debugger.end Command Terminates process and returns to TCL.
system.debugger.off Command Terminates process.
killing.phantom.jobs Definition see the (TCL) 'end' command.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.