The Object State tool lists the Web Objects and other procedures running in the current WebSpeed session. It provides the following information:
- SmartDataObject
- A SmartDataObject that you created using the AppBuilder.
- Super Procedure
- An ADM2/WEB 2 super procedure.
- Web Object
- A Web object file that you created using the AppBuilder.
- WebTool
- A procedure used in Web Tools.
- Web-Utilities-Object
- The object web/objects/web-disp.p defined as web-utilities-hdl.
- Workshop Object
- A persistent procedure used internally by WebSpeed.
- state-aware
- Locks the agent so that it is available only to the user that requested the procedure. Time left shows the number of minutes before the state-aware object times out.
- stateless
- Does not lock the agent and returns it to the state that it ran in. If the agent is not locked, a stateless Web object destroys itself when finished.
- persistent
- The procedure is running persistently.This is set by the AppBuilder and WebSpeed on some internal objects.