^1393312138407
@xworker.ide.worldexplorer.background.BackGroundTaskRunner
sname
BackGroundTaskRunner
slabel
BackGroundTaskRunner
sdescriptors
xworker.lang.MetaDescriptor3
smany
true
seditCols
2
sinitialization
false
smodifier
public
sid
BackGroundTaskRunner
@xworker.ide.worldexplorer.background.BackGroundTaskRunner/@actions
sname
actions
sid
actions
slabel
actions
sdescriptors
xworker.lang.MetaDescriptor3/@actions
@xworker.ide.worldexplorer.background.BackGroundTaskRunner/@actions/@run1
sname
run
sisSynchronized
false
sthrowException
true
suseOtherAction
false
suseOuterJava
true
souterClassName
xworker.ide.worldexplorer.actions.ExplorerActions
smethodName
startBackgroudThread
sdisableGlobalContext
false
sattributeTemplate
false
sinitBreakPoint
false
ssuccessBreakPoint
false
sexceptionBreakPoint
false
seditBreakPoint
false
sinterpretationType
Action
svarScope
Global
screateLocalVarScope
false
ssaveReturn
false
sdescriptors
xworker.lang.actions.Actions/@JavaAction
sth_createIndex
false
sregistMyChilds
false
sth_mark
false
@xworker.ide.worldexplorer.background.BackGroundTaskRunner/@actions/@stop
sname
stop
sisSynchronized
false
sthrowException
true
suseOtherAction
false
svarScope
Global
sdisableGlobalContext
false
Scode
#$@text#$@
def ac = world.getData("xw_background_thread");
if(ac != null){
    ac.put("stop", "true");
}
#$@text#$@
sid
stop
sdescriptors
xworker.lang.actions.Actions/@GroovyAction
