Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |