SCRIPTTHREADSTATESCRIPTTHREADSTATE*
*



Contents  *



Index  *Topic Contents
*Previous Topic: SCRIPTSTATE
*Next Topic: IDispatchEx

SCRIPTTHREADSTATE

typedef enum tagSCRIPTTHREADSTATE {
    SCRIPTTHREADSTATE_NOTINSCRIPT  = 0,
    SCRIPTTHREADSTATE_RUNNING      = 1
} SCRIPTTHREADSTATE;

Contains named constant values that specify the state of a thread in a scripting engine. This enumeration is used by the IActiveScript::GetScriptThreadState method.

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.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.