[Maya] scriptJob list output

141:  "-parent" "scriptEditorPanel1" "-event" "quitApplication" "removeScriptEditorPanel scriptEditorPanel1"
231: ro=True, event=['ToolChanged', <function myFunction at 0x0000000022DC1CF8>]
232:  "-compressUndo" 1 "-parent" "AnimLayerTab" "-replacePrevious" "-event" "angularToleranceChanged" 

what does this part “<function myFunction at 0x0000000022DC1CF8>” means ?
Does It means that my function didn’t work propertly or it’s something else ?
I’m trying to kill it in some script but it always said that :

"[I]myscriptJobKill = mc.scriptJob(kill=myscriptJob, force=True)

RuntimeError: A scriptJob cannot be killed while it is running.[/I]"

that is the equivalent in python of returning the name of a MEL procedure.

Your runtime error is probably because your function myFunction is busy doing something when you try to kill it.