List

List background tasks for the app with their state and exit reason

tapit list tasks [-all] [from=iso8601] [to=iso8601] [interval=1h|4h|12h|24h|3d|7d|14d] [limit=n]

Parameters

  • from: Start of the time range with -all (ISO8601 timestamp)
  • to: End of the time range with -all (ISO8601 timestamp, defaults to now)
  • interval: Named interval instead of from/to with -all, eg. 4h, 24h, 7d
  • limit: Maximum number of tasks to list (default 50)
  • -all: Include already completed historic tasks. Without this means only currently running tasks are shown.