|
Sybernet / Supplied Procedures Reference
Release 3.00 Mar 03, 2005 |
|
sp_html_cron is called on a regular bases from UNIX, currently each minute. This procedure scans the CRON table looking for procedures that should be executed. This procedure uses a Better Late Than Never approach in this determination.
If any procedures are ready for execution, its next TIMESTAMP is calculated and updated, and the run statement for this procedure is built. If for some reason the execution of this procedure should fail or an error result was returned by Sybase, it will not be re-executed until its next scheduled date is reached. You can, however, override this default.
For Internal Use Only.
procedure sp_html_cron
(
@PLATFORM VARCHAR(30)
) ;
| Parameter | Description |
|---|---|
platform |
Each copy of Sybercron uses this parameter to identify the platform name they are running from. |