activity_monitor

Qctrl.activity_monitor(limit=5, offset=0, status=None, action_type=None)

Prints a list of previously run actions to the console and their statuses. Allows users to filter the amount of actions shown as well as provide an offset.

Parameters:
  • limit (int) – The number of previously ran actions to show.(Default is 5)

  • offset (int) – Offset the list of actions by a certain amount.

  • status (str) – The status of the action.

  • action_type (str) – The action type.