# Check distributed Task status

**URL:** https://discourse.julialang.org/t/check-distributed-task-status/65341
**Category:** General Usage
**Tags:** distributed
**Created:** [July 27, 2021, 3:19am UTC](https://discourse.julialang.org/t/check-distributed-task-status/65341 "2021-07-27T03:19:40Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jzr](https://avatars.discourse-cdn.com/v4/letter/j/eb9ed0/32.png) [@jzr](https://discourse.julialang.org/u/jzr)
#### Post date: [July 27, 2021, 3:19am UTC](https://discourse.julialang.org/t/check-distributed-task-status/65341/1 "2021-07-27T03:19:41Z")

</div>

I am running a long session which contains an`@distributed` job. I forgot to assign the `@distributed` `Task` to a variable and now I don’t have a reference to it. Now I want to check when it’s finished. Is it possible to find the `Task` somewhere or otherwise check on the status of my `@distributed` jobs?
