2.81.4. hammer task resume

エラー状態で一時停止しているタスクをすべて再開します。

Usage:
    hammer task resume [OPTIONS]

Options:
 --fields FIELDS                         Show specified fields or predefined field sets only. (See below)
                                         Comma separated list of values. Values containing comma should be quoted or escaped with backslash.
                                         JSON is acceptable and preferred way for complex parameters
 --location LOCATION_NAME                Set the current location context for the request
 --location-id LOCATION_ID               Set the current location context for the request
 --location-title LOCATION_TITLE         Set the current location context for the request
 --organization ORGANIZATION_NAME        Set the current organization context for the request
 --organization-id ORGANIZATION_ID       Set the current organization context for the request
 --organization-title ORGANIZATION_TITLE Set the current organization context for the request
 --search SEARCH                         Resume tasks matching search string
 --task-ids TASK_IDS                     Resume specific tasks by ID
                                         Comma separated list of values. Values containing comma should be quoted or escaped with backslash.
                                         JSON is acceptable and preferred way for complex parameters
 --tasks TASK_NAMES                      Comma separated list of values. Values containing comma should be quoted or escaped with backslash.
                                         JSON is acceptable and preferred way for complex parameters
 -h, --help                              Print help

Predefined field sets:
  ----------------------------------------|-----|--------
  FIELDS                                  | ALL | DEFAULT
  ----------------------------------------|-----|--------
  Total tasks found paused in error state | x   | x
  Total tasks resumed                     | x   | x
  Resumed tasks/Task identifier           | x   | x
  Resumed tasks/Task action               | x   | x
  Resumed tasks/Task errors               | x   | x
  Total tasks failed to resume            | x   | x
  Failed tasks/Task identifier            | x   | x
  Failed tasks/Task action                | x   | x
  Failed tasks/Task errors                | x   | x
  Total tasks skipped                     | x   | x
  Skipped tasks/Task identifier           | x   | x
  Skipped tasks/Task action               | x   | x
  Skipped tasks/Task errors               | x   | x
  ----------------------------------------|-----|--------