- allow scriptcontext objects to be dynamic
- enhancements in scriptcontext (error messages stored as properties)
This commit is contained in:
@ -144,6 +144,8 @@ This is done via the following interface.
|
||||
StopExeWait will stop all running things and wait for the stop
|
||||
to complete.
|
||||
*/
|
||||
int StopByData(pExeList self, void *data);
|
||||
/* stop the entry with the given data from execution */
|
||||
/*------------------------------------------------------------------------*/
|
||||
void ClearExecutor(pExeList self);
|
||||
/*
|
||||
|
Reference in New Issue
Block a user