Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (7 loc) · 588 Bytes

MutexStatus.md

File metadata and controls

14 lines (7 loc) · 588 Bytes

MutexStatus

MutexStatus contains which objects hold mutex locks, and which objects this workflow is waiting on to release locks.

Properties

Name Type Description Notes
holding List<MutexHolding> Holding is a list of mutexes and their respective objects that are held by mutex lock for this [optional]
waiting List<MutexHolding> Waiting is a list of mutexes and their respective objects this workflow is waiting for. [optional]