Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Display information about tasks

usage: qcg-list [-C <period>] [-h] [-n <NOTE>] [-N] [-p <PURGED>] [-R] [-S <period>] [-s <status(es)>] [-v]
usage: qcg-client get_tasks [-C <period>] [-h] [-n <NOTE>] [-N] [-p <PURGED>] [-R] [-S <period>] [-s <status(es)>] [-v]

Options:
 -C,--changed <period>                           changed in the period of time (not supported yet)
 -h,--help                                       display help message
 -n,--note <NOTE>								 list elements with the given note
 -N,--no-list                                    do not display list
 -p,--purged <PURGED>                            display whether the working directory is purged or
                                                 not (PURGED=true|false).
 -R,--report                                     display summary report.
 -S,--submitted <period>                         submited in the period of time. If the status is
                                                 defined the default value of the period is 1 day.
 -s,--status <status(es)>                        status(es) of the job. Lack of this option is
                                                 equivalent to requesting unterminated activities.
 -v,--version                                    display version

...