Codeunit 490 Parallel Session Management in 28
- App
- Base Application
- Namespace
- System.Threading
Versions171819202122232425262728latest
Source29
Procedures, 8
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| NewSessionRunCodeunitWithRecord | (Integer, Text, RecordId) | Boolean | public | - |
| NewSessionRunCodeunitWithBlob | (Integer, Text, var Codeunit Temp Blob) | Boolean | public | - |
| NewSessionRunCodeunit | (Integer, Text) | Boolean | public | - |
| NoOfActiveJobs | () | Integer | public | - |
| WaitForAllToFinish | (Integer) | Boolean | public | - |
| RunHeartbeat | () | public | - | |
| GetMaxNoOfSessions | () | Integer | public | - |
| SetMaxNoOfSessions | (Integer) | public | - |