Task action Queue for terminal QUEUE SOLVER 🙉
InnerQueue
01 Syntax
Microsoft.VisualBasic.My.InnerQueue
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| AddToQueue | 1 | 添加终端输出的任务到任务队列之中 |
| WaitQueue | 1 | Wait for all thread queue job done.(Needed if you are using multiThreaded queue) |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| InnerThread | 1 | The internal task queue of the sciBASIC.NET framework |
04 Members
AddToQueue(
Action)添加终端输出的任务到任务队列之中
Parameters
| Name | Type | Description |
|---|---|---|
task | Action | - |
WaitQueue
Wait for all thread queue job done.(Needed if you are using multiThreaded queue)
InnerThread
The internal task queue of the sciBASIC.NET framework