Return true if the executing fragment instances have been cancelled.
| 249 | |
| 250 | /// Return true if the executing fragment instances have been cancelled. |
| 251 | bool IsCancelled() const { return (is_cancelled_.Load() == 1); } |
| 252 | |
| 253 | /// Increment the resource refcount. Must be decremented before the query state |
| 254 | /// reference is released. A refcount should be held by a fragment or other entity |