{JSON.stringify(data, null, 2)}
+ {JSON.stringify(tasksAvailability.value, null, 2)}
- ) : tasksAvailability?.status === "rejected" ? (
- {JSON.stringify(tasksAvailability.reason, null, 2)}
- ) : errorStatus ? (
- {JSON.stringify(errorStatus, null, 2)}
- ) : (
- {JSON.stringify(stats.value, null, 2)}
- ) : stats?.status === "rejected" ? (
- {JSON.stringify(stats.reason, null, 2)}
- ) : errorStatus ? (
- {JSON.stringify(errorStatus, null, 2)}
- ) : (
- {JSON.stringify(treeManager.value.state_counts, null, 2)}
- {JSON.stringify(tasksAvailability.value, null, 2)}
+ ) : tasksAvailability?.status === "rejected" ? (
+ {JSON.stringify(tasksAvailability.reason, null, 2)}
+ ) : errorStatus ? (
+ {JSON.stringify(errorStatus, null, 2)}
+ ) : (
+ {JSON.stringify(stats.value, null, 2)}
+ ) : stats?.status === "rejected" ? (
+ {JSON.stringify(stats.reason, null, 2)}
+ ) : errorStatus ? (
+ {JSON.stringify(errorStatus, null, 2)}
+ ) : (
+ | Message Tree ID | -State | -Depth | -Oldest | -Youngest | -Count | -Goal Tree Size | -
|---|---|---|---|---|---|---|
| {message_tree_id} | -{state} | -{depth} | -{oldest} | -{youngest} | -{count} | -{goal_tree_size} | -
{JSON.stringify(treeManager.reason, null, 2)}
- ) : errorStatus ? (
- {JSON.stringify(errorStatus, null, 2)}
- ) : (
- {JSON.stringify(treeManager.value.state_counts, null, 2)}
+ | Message Tree ID | +State | +Depth | +Oldest | +Youngest | +Count | +Goal Tree Size | +
|---|---|---|---|---|---|---|
| {message_tree_id} | +{state} | +{depth} | +{oldest} | +{youngest} | +{count} | +{goal_tree_size} | +
{JSON.stringify(treeManager.reason, null, 2)}
+ ) : errorStatus ? (
+ {JSON.stringify(errorStatus, null, 2)}
+ ) : (
+