CCP4 web logo CCP4i: Graphical User Interface
Documentation for Programmers
FailNotification

next button previous button top button

NAME

FailNotification - send a message from the run script to inform the main CCP4 Interface that the job has failed

SYNOPSIS

FailNotification

DESCRIPTION

Informs the main CCP4 Interface that the job has failed and triggers the 'FAILED' status for the job on the job list. If a program fails within the Execute command, the FailNotification command will be called automatically and the script terminated, but there may be other circumstances in the run script which need to be terminated cleanly.

This command uses he same mechanism, the Tk send command, as RunNotification and TerminateScript commands, to communicate with the main CCP4 Interface. All are liable to fail if the installed version of Tk is not set up to allow communication. See installation notes.

KEYWORDS