| 144 | |
| 145 | int id() const override { return mTaskId; } |
| 146 | void set_id(int id) override { mTaskId = id; } |
| 147 | bool has_then() const override { return mHasThen; } |
| 148 | bool has_catch() const override { return mHasCatch; } |
| 149 | string trace_label() const override { return mTraceLabel ? *mTraceLabel : ""; } |