|
|
|||
File indexing completed on 2026-04-10 08:39:07
0001 import optparse 0002 0003 from pandaserver.userinterface import Client 0004 0005 option_parser = optparse.OptionParser(conflict_handler="resolve") 0006 options, args = option_parser.parse_args() 0007 0008 task_id = int(args[0]) 0009 0010 s, o = Client.kill_task(task_id) 0011 print(o)
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|