Skip to main content

Neuralk.analysis.get_rank_in_queue

Neuralk.analysis.get_rank_in_queue(analysis, verbose=True)

Get the rank of an analysis in the queue.

  • Parameters:
    • analysis (str | Analysis) – The analysis object or its id.
    • verbose (bool) – whether to display status messages.
  • Returns: The rank of the analysis in the queue.
  • Return type: int

On this page