Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This command will terminate the Agent.

  • Unix
    • Running job Job processes and child processes will be terminated and the Agent will terminate normallywith exit code 0.
      • collect PIDs of job processes,
      • if the --sigkill-delay option is used
        • send SIGTERM signal to remaining job processes and child processes for which PIDs have been collected,
        • wait for the indicated delay or for stdout/stderr to be released by processes whichever is shorterearlier,
      • send SIGKILL signal to job processes and child processes,
      • terminate the Agent with exit code 0.
  • Windows
    • Running job Job processes and child processes will be forcibly terminated forcibly and the Agent will terminate with exit code 0.
  • Using the --timeout command line option will wait for the indicated timeout that the Agent terminates. If the timeout is exceeded and if the Agent is still running then then Agent and runing jobs will be focibly terminated. The option accepts a number of seconds or the never value that indicates that the Agent will wait endlessly until job processes and child processes will terminate.
    • Agent
      • collect PIDs of job processes,
      • terminate the Agent with exit code 143 for Unix.
    • Watchdog
      • Unix
        • if the --sigkill-delay option is used
          • send SIGTERM signal to remaining job processes and child processes for which PIDs have been collected,
          • wait for the indicated delay or for stdout/stderr to be released by processes whichever is shorterearlier,
        • send SIGKILL signal to remaining job processes and child processes.
      • Windows
        • forcibly terminates terminate job processes and child processes.

...

Code Block
languagebash
agent_4445.sh|.cmd abort [options]

The Agent process will be terminatedterminate.

The command is deprecated and is replaced by the stop command, optionally for Unix using the --sigkill-delay=0 option.

...

The command will restart the Agent.

  • Running job Job processes and child processes will be terminated and the Agent will terminate as explained in chapter Stopping the Agent.
  • The Agent is started similar to use of the start command using the same command line options as with for initial start.
  • The --timeout option and  for Unix/Windows and the --sigkill-delay option for Unix can be used.

...