Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

DoCallback(3D)

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

DoCallback(3D)

September 29, 2021

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026