Google

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

next button previous button top button

NAME

RunNotification - send a message from the run script to inform the main CCP4 interface that the job has started running

SYNOPSIS

RunNotification

DESCRIPTION

Informs the main CCP4 interface that the job has started running and triggers the 'RUNNING' status for the job on the job list. When CCP4i creates a run script, it automatically writes this command at the beginning of the script so programmers should not normally need to use it.

This command uses the same mechanism, i.e. the Tk send command, as the FailNotification and TerminateScript commands to communicate with the main CCP4 interface and all are liable to fail if the installed version of Tk is not set up to allow communication. See installation notes.

KEYWORDS