ControlTier > core
 

timeout

Command Reference

Description

Limit execution to specified time.

static: This command can be run outside of an object context.

Usage

ctl -m logicutil -c timeout [-argline <>] [-command <>] [-executable <>] [-failontimeout <true>] -maxwait <> [-output <>] [-script <>] [-scriptfile <>]

Options

Option Description Type Default
argline The tryargline to try. string
command The CTL command to try. string
executable The executable to try. string
failontimeout fail if maxwait exceeded (true/false). string true
maxwait The maximum amount of time to wait in seconds.

time to wait in seconds, set to 0 to wait forever.

string
output Direct try output to file. string
script The script to try. string
scriptfile The scriptfile to try. string