|
Sybernet / Supplied Procedures Reference
Release 3.00 Mar 03, 2005 |
|
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.
For Internal Use Only.
Procedure sp_cron_eot
(
@ROW_ID INT
, @RESULT INT
) ;
| Parameter | Description |
|---|---|
row_id |
The ROW_ID of this process. |
result |
The return result. |