Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Specifies the state of a thread in a scripting engine. This enumeration is used by the IActiveScript::GetScriptThreadState method.
Syntax
typedef enum tagSCRIPTTHREADSTATE {
SCRIPTTHREADSTATE_NOTINSCRIPT = 0,
SCRIPTTHREADSTATE_RUNNING = 1
} SCRIPTTHREADSTATE;
Enumeration Values
| SCRIPTTHREADSTATE_NOTINSCRIPT | Specified thread is not currently servicing a scripted event, processing immediately executed script text, or running a script macro. |
| SCRIPTTHREADSTATE_RUNNING | Specified thread is actively servicing a scripted event, processing immediately executed script text, or running a script macro. |