SYS_ACT_RESTART

Script Function: Retrieves whether the object was activated in restart mode

Syntax

SYS_ACT_RESTART()

Return codes

"Y" - The object was activated in restart mode.
"N" - The object was not activated in restart mode.

Example

In the following example, particular processing steps that were integrated in an IncludeScript utilisé souvent et dans de nombreux objets. Egalement un type d'objet distinct dans l'Automation Engine. are only executed when the task was activated in restart mode.

:IF SYS_ACT_RESTART() = "Y"
:   
INCLUDE "INCL.RESTART.PROC"
:
ENDIF

See also:

Script element Description

:RESTART

This is used to set restart points in an executable object
SYS_ACT_RESTART_ME_NR Returns the run number (RunIDAbréviation du numéro d'identification unique. Il s'agit plus précisément d'un nombre qui identifie clairement l'exécution d'une Tâche. Le RunID peut comporter entre 7 et 10 caractères . Ils sont attribués par le composant Automation Engine.) of an object activated in restart mode

Script Elements - Activation Data

About Scripts
Script Elements - Alphabetical Listing

Script Elements - Ordered by function