Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
_ST^INITIAL
A-118
109759—Distributed Systems Network Management (DSNM) Subsystem Interface
Development Guide
DSNM Library Services
_ST^INITIAL
When the frame creates a thread, it sets the thread state to _ST^INITIAL. The thread 
state value is stored in an INT context variable, accessible with the _THREAD^STATE 
define. 
See _ST^MIN^THREAD^STATE for information on defining your thread states.
Example
The following example tests the current state of the thread:
CASE _THREAD^STATE OF
 BEGIN
 _ST^INITIAL ->
 ...
 OTHERWISE ->
 ...
 END;
 .
 .
 .
_ST^INITIAL










