contents   index   previous   next



seEnd

 

syntax:

   void

seEnd(secontext se);

where:

se the context running the script to be aborted.

 

return:

None

 

description:

This call aborts a script started with seEval using the SE_START option. This will immediately terminate the script which is being executed one statement at a time. There is no return value from an aborted script.

 

see:

seEval, seExec

 


sePrecompile