- CheckMates
- :
- Products
- :
- Developers
- :
- API / CLI Discussion
- :
- Re: "Prevented" Lock Statuses?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
"Prevented" Lock Statuses?
I'm working on ingesting lock information. In the API documentation, I see <object>.meta-info.lock is an enumeration with five values:
- unlocked
- locked by current session
- locked by other session
- prevented by current session
- prevented by other session
The first three are pretty obvious, but I don't think I've ever seen the fourth and fifth. What do they mean?
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
They are not currently used. Only the first three are expected to be returned.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I suspect the "prevented" conditions would come up when there's a larger system operation going on that locks changes, for example an IPS database update on the management.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Which specific documentation are you referencing to?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
He's referring to our API documentation.
This "meta-info" is returned in the result of most API calls.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
They are not currently used. Only the first three are expected to be returned.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks! Now I get back to figuring out a good way to fetch tasks on a recurring basis.
