|
Status
|
|
|
|
| SS_NONE = 0 No script is loaded
|
| SS_IDLE = 1 Script is idle (terminated)
|
| SS_PAUSE = 2 Script is paused
|
| SS_RUN = 3 Script is being executed
|
| pStatus [out,retval]
|
| Pointer to the enumerated integer containing the status flag of the script.
|
| S_OK
|
| Success
|
| E_FAIL
|
| Failure.
|
|
|
|
|