seExec
syntax: |
sebool seExec(secontext se); |
where: |
se the context to execute the next statement on
|
return: |
TRUE if there are more statements to execute, FALSE when the seEval is completed.
|
description: |
This routine executes one script statement from a script started with seEval using the SE_START option. When the eval is completed, the return value will be stored in the SE_RETURN object.
|
see: |
|