This commit is contained in:
hadashiA
2023-09-14 06:45:32 +00:00
parent 289b9f96dc
commit d6b7783331
154 changed files with 10011 additions and 10182 deletions

View File

@@ -116,7 +116,7 @@
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.TaskTracker.html#Cysharp_Threading_Tasks_TaskTracker_ForEachActiveTask_System_Action_System_Int32_System_String_Cysharp_Threading_Tasks_UniTaskStatus_System_DateTime_System_String__">ForEachActiveTask(Action&lt;Int32, String, UniTaskStatus, DateTime, String&gt;)</a>
<a class="xref" href="Cysharp.Threading.Tasks.TaskTracker.html#Cysharp_Threading_Tasks_TaskTracker_ForEachActiveTask_Action_System_Int32_System_String_Cysharp_Threading_Tasks_UniTaskStatus_DateTime_System_String__">ForEachActiveTask(Action&lt;Int32, String, UniTaskStatus, DateTime, String&gt;)</a>
</td>
<td class="markdown level1 summary"><p>(trackingId, awaiterType, awaiterStatus, createdTime, stackTrace)</p>
</td>
@@ -170,7 +170,7 @@
</section>
<section>
<a id="Cysharp_Threading_Tasks_TaskTracker_ForEachActiveTask_" data-uid="Cysharp.Threading.Tasks.TaskTracker.ForEachActiveTask*"></a>
<h4 id="Cysharp_Threading_Tasks_TaskTracker_ForEachActiveTask_System_Action_System_Int32_System_String_Cysharp_Threading_Tasks_UniTaskStatus_System_DateTime_System_String__" data-uid="Cysharp.Threading.Tasks.TaskTracker.ForEachActiveTask(System.Action{System.Int32,System.String,Cysharp.Threading.Tasks.UniTaskStatus,System.DateTime,System.String})">ForEachActiveTask(Action&lt;Int32, String, UniTaskStatus, DateTime, String&gt;)</h4>
<h4 id="Cysharp_Threading_Tasks_TaskTracker_ForEachActiveTask_Action_System_Int32_System_String_Cysharp_Threading_Tasks_UniTaskStatus_DateTime_System_String__" data-uid="Cysharp.Threading.Tasks.TaskTracker.ForEachActiveTask(Action{System.Int32,System.String,Cysharp.Threading.Tasks.UniTaskStatus,DateTime,System.String})">ForEachActiveTask(Action&lt;Int32, String, UniTaskStatus, DateTime, String&gt;)</h4>
<div class="markdown level1 summary"><p>(trackingId, awaiterType, awaiterStatus, createdTime, stackTrace)</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -182,7 +182,7 @@
<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>action</code></span> <span class="xref">System.Action</span>&lt;<span class="xref">System.Int32</span>, <span class="xref">System.String</span>, <a class="xref" href="Cysharp.Threading.Tasks.UniTaskStatus.html">UniTaskStatus</a>, <span class="xref">System.DateTime</span>, <span class="xref">System.String</span>&gt;</dt>
<dt><span class="parametername"><code>action</code></span> <span class="xref">Action</span>&lt;<span class="xref">System.Int32</span>, <span class="xref">System.String</span>, <a class="xref" href="Cysharp.Threading.Tasks.UniTaskStatus.html">UniTaskStatus</a>, <span class="xref">DateTime</span>, <span class="xref">System.String</span>&gt;</dt>
<dd></dd>
</dl>
</section>