DsExecuteObj(3D) — Stardent Computer Inc. (\*(Dd)
NAME
DsExecuteObj − Execute an object immediately
SYNOPSIS
C:
void DsExecuteObj(object)
DtObject object;
Fortran:
CALL DSEO(OBJECT)
INTEGER∗4 OBJECT
DESCRIPTION
DsExecuteObj causes the immediate execution of an object. This functionality provides true conditional execution by creating callback objects that affect group traversal by choosing which objects (sub-trees) to execute.
Objects executed by callbacks are executed with the same method with which the callback was executed.
ERRORS
DsExecuteObj will fail if passed an invalid object.
[WARNING - invalid or deleted object]
DsExecuteObj will fail if no traversal of the database is in progress.
[WARNING - no traversal in progress]
SEE ALSO
September 29, 2021