Sybernet / Supplied Procedures Reference
Release 3.00
Mar 03, 2005
backwards forwards

HTTP.SP_CRON_EOT

This procedure is used by Sybercron. It sets the status field to COMPLETED or SUSPECT, records the return result, and possibly sends an e-mail if the process terminated abnormally.

noteFor Internal Use Only.

Syntax

Procedure sp_cron_eot
(
    @ROW_ID                        INT
,   @RESULT                        INT
)   ;

Parameters

Parameter Description
row_id
 
The ROW_ID of this process.
result
 
The return result.

See Also

SP_CRON_BOT


Sybernet is a trademark of SRI International.
Copyright © 1996-2008 SRI International. All Rights Reserved.
Denis D. Workman / http://Sybernet.sri.com/